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.
Johnnie Birch
a3dd4b91e1
|
5 years ago | |
---|---|---|
.. | ||
src | 5 years ago | |
tests | 5 years ago | |
.gitignore | 6 years ago | |
Cargo.toml | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
build.rs | 5 years ago |
README.md
This is the wasmtime-environ
crate, which contains the implementations
of the ModuleEnvironment
and FuncEnvironment
traits from
cranelift-wasm
. They effectively
implement an ABI for basic wasm compilation that defines how linear memories
are allocated, how indirect calls work, and other details. They can be used
for JITing, native object files, or other purposes.