Files
wasmtime/cranelift/wasm
Andrew Brown 887f897c9a Update wasmparser to 0.45.0 (#1295)
Adds many new operators and a few API changes.
2019-12-17 14:07:11 -06:00
..
2019-12-17 14:07:11 -06:00
2019-12-17 14:07:11 -06:00

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.