Files
wasmtime/lib/wasm
Dan Gohman c03d67a4ff Update for wasm memory instruction renaming.
The wasm spec renamed `grow_memory` and `current_memory` to
`memory.grow` and `memory.size`, respectively. Update cretonne's names
to follow.

Also, update to wasmparser 0.17.0, which also renames its corresponding
operators.
2018-06-12 05:02:25 -07:00
..
2018-05-30 06:13:35 -07:00
2018-03-28 22:07:26 -07:00

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