Files
wasmtime/lib/wasm
Dan Gohman 054e6fcf07 Add functions to ModuleEnvironment to support reserving buffers up front.
These default to doing nothing, but implementations can override them to
preallocate buffers.

Also, reorder the functions in `ModuleEnvironment` to more closely
reflect the sequence from the WebAssembly module layout.
2019-01-07 13:42:00 -08:00
..
2018-12-26 09:49:05 -08: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.