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.
 
 
 
Nick Fitzgerald a2f4202800 cranelift-frontend: Add the `FunctionBuilder::insert_block_after` method 4 years ago
..
src cranelift-frontend: Add the `FunctionBuilder::insert_block_after` method 4 years ago
tests Remove all global state from the caching system (#863) 5 years ago
.gitignore Initial reorg. 5 years ago
Cargo.toml wasmtime: Implement `table.get` and `table.set` 4 years ago
LICENSE Initial reorg. 5 years ago
README.md Initial reorg. 5 years ago
build.rs Improve robustness of cache loading/storing (#974) 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.