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 Fix lightbeam build broken when supporting ModuleTranslateState (#445) 5 years ago
..
src Fix lightbeam build broken when supporting ModuleTranslateState (#445) 5 years ago
tests Cache configuration documentation 5 years ago
.gitignore Move the wasmtime crate directories form lib/* to wasmtime-*. 6 years ago
Cargo.toml Support for multi-value wasm (#399) 5 years ago
LICENSE Move the wasmtime crate directories form lib/* to wasmtime-*. 6 years ago
README.md Move the wasmtime crate directories form lib/* to wasmtime-*. 6 years ago
build.rs Cache directory hierarchy (#217) 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.