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.
 
 
 
Patrick Ventuzelo 027f6117d6 remove panic, expect and unimplemented from microwasm + use Result as return value for some functions (#652) 5 years ago
..
src remove panic, expect and unimplemented from microwasm + use Result as return value for some functions (#652) 5 years ago
tests Initial reorg. 5 years ago
.gitignore Initial reorg. 5 years ago
Cargo.toml Update rayon dependencies to avoid duplicate crossbeam dependencies (#651) 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-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.