Files
wasmtime/lib/wasm
Dan Gohman 685cde98a4 Mark loads from globals aligned and notrap.
Mark loads from globals generated by cton_wasm or by legalization as
`aligned` and `notrap`, since memory for these globals should be
allocated by the runtime environment for that purpose. This reduces
the number of potentially trapping instructions, which can reduce
the amount of metadata required by embedding environments.
2018-03-26 21:21:54 -07:00
..
2018-03-22 13:10:41 -07:00
2018-03-18 14:56:30 -07:00

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