Files
wasmtime/lib/frontend
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 provides a straightforward way to create a Cretonne IL function and fill it with instructions translated from another language. It contains an SSA construction module that provides convenient methods for translating non-SSA variables into SSA Cretonne IL values via use_var and def_var calls.