Switch branches/tags
Find file History
sunfishcode Clarify that cranelift-wasm is just one component.
For a complete WebAssembly implementation, see Wasmtime.
Latest commit e57acd0 Dec 13, 2018
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
src
tests
Cargo.toml
LICENSE
README.md

README.md

This crate performs the translation from a wasm module in binary format to the in-memory form of the Cranelift IR.

If you're looking for a complete WebAssembly implementation that uses this library, see Wasmtime.