5ea6c57b955e987022484c891b77ef899f7e219a
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.
Description
No description provided
Languages
Rust
77.8%
WebAssembly
20.6%
C
1.3%