Files
wasmtime/lib/wasm/README.md
Dan Gohman bee4ee4b6e Clarify that cranelift-wasm is just one component.
For a complete WebAssembly implementation, see Wasmtime.
2018-12-13 06:03:28 -08:00

339 B

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.