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.
 
 
 
Maciej Woś 7ab5f2a869
Remove custom signal handler restrictions (#1843)
4 years ago
..
src Remove custom signal handler restrictions (#1843) 4 years ago
Cargo.toml Wasmtime 0.17.0 and Cranelift 0.64.0. (#1805) 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.