Files
wasmtime/lib/jit
Dan Gohman 73b2c45313 Add a host_state field to Instance.
This allows hosts to embed arbitrary state along with instances.
2019-01-04 17:15:22 -08:00
..
2019-01-04 17:15:22 -08:00
2019-01-03 14:25:33 -08:00

This is the wasmtime-jit crate, which contains JIT-based execution for wasm, using the wasm ABI defined by wasmtime-environ and the runtime support provided by wasmtime-runtime.