Files
wasmtime/lib/wasm
Dan Gohman 5ea6c57b95 Update to the new wasmparser and port to the new readers API.
The new wasmparser API provides dedicated reader types for each section
type, which significantly simplifies the code.

This also changes WasmError::from_binary_reader_error into a From
trait so that we don't have to do .map_err(from_binary_reader_error)
throughout the code.
2018-11-06 15:54:17 -08:00
..
2018-07-17 12:48:27 -07:00
2018-07-13 09:15:16 -07:00

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