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.
 
 
 
Alex Crichton 63d5b91930
Wasmtime 0.19.0 and Cranelift 0.66.0 (#2027)
4 years ago
..
src Allow android compilation (#2002) 4 years ago
Cargo.toml Wasmtime 0.19.0 and Cranelift 0.66.0 (#2027) 4 years ago
LICENSE Initial reorg. 5 years ago
README.md Miscellaneous doc updates (#1383) 5 years ago
build.rs Remove C++ dependency from `wasmtime` (#1365) 5 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.