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.
 
 
 
Chris Fallin 88455007b2 Bump Wasmtime to v0.27.0 and Cranelift to v0.74.0. 4 years ago
..
src Implement simple benchmarks for instantiation. 4 years ago
Cargo.toml Bump Wasmtime to v0.27.0 and Cranelift to v0.74.0. 4 years ago
LICENSE Initial reorg. 5 years ago
README.md Miscellaneous doc updates (#1383) 5 years ago
build.rs Use `sigsetjmp` instead of `setjmp` (#2645) 4 years ago

README.md

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.

This crate does not make a host vs. target distinction; it is meant to be compiled for the target.

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