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.
 
 
 
Josh Triplett 56ce6e9c9f Migrate from failure to thiserror and anyhow (#436) 5 years ago
..
src Migrate from failure to thiserror and anyhow (#436) 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 Migrate from failure to thiserror and anyhow (#436) 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.