Files
wasmtime/lib/wasm
Dan Gohman d99b43e4b7 Add a hook to the wasm FuncEnvironment for emitting loop headers.
This will allow wasm implementations that wish to insert code into
every loop, for example to insert an interrupt check or a safepoint.
do so without relying on asynchronous signals.
2018-03-18 14:54:05 -07:00
..
2018-03-16 16:12:56 -07:00

This crate performs the translation from a wasm module in binary format to the in-memory representation of the Cretonne IL.