wasmtime-execute is now wasmtime-jit. Move `JITCode` and the TargetIsa into a new `Compiler` type. `InstancePlus` is no more, with trampoline functionality now handled by `Compiler`.
8 lines
354 B
Markdown
8 lines
354 B
Markdown
This is the `wasmtime-runtime` crate, which contains wasm runtime library
|
|
support, supporting the wasm ABI used by [`wasmtime-environ`],
|
|
[`wasmtime-jit`], and [`wasmtime-obj`].
|
|
|
|
[`wasmtime-environ`]: https://crates.io/crates/wasmtime-environ
|
|
[`wasmtime-jit`]: https://crates.io/crates/wasmtime-jit
|
|
[`wasmtime-obj`]: https://crates.io/crates/wasmtime-obj
|