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 348c597a8e
Remove global state for trap registration (#909)
5 years ago
..
signalhandlers Remove another thread local in `instance.rs` (#862) 5 years ago
src Remove global state for trap registration (#909) 5 years ago
Cargo.toml Preserve full native stack traces in errors (#823) 5 years ago
LICENSE Initial reorg. 5 years ago
README.md Initial reorg. 5 years ago
build.rs Initial reorg. 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.