Files
wasmtime/lib/wasm
Dan Gohman ad363d7e6b Replace cretonne-wasm's Local with cretonne-frontend's Variable.
Previously, cretonne-wasm used its own Local struct for identifying
local variables. However, now that cretonne-frontend provides a
Variable struct, just use that instead.
2018-03-12 12:38:30 -07:00
..
2018-03-09 16:32:13 -08:00

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