You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Yury Delendik 42127aac4e
Refactor Cache logic to include debug information (#2065)
4 years ago
..
src Refactor Cache logic to include debug information (#2065) 4 years ago
Cargo.toml Serialize and deserialize compilation artifacts. (#2020) 4 years ago
LICENSE Initial reorg. 5 years ago
README.md Miscellaneous doc updates (#1383) 5 years ago

README.md

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.

Most users will want to use the main wasmtime crate instead of using this crate directly.