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
|
4 years ago | |
---|---|---|
.. | ||
src | 4 years ago | |
Cargo.toml | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
build.rs | 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.