Expand description
A decoder for WebAssembly modules in the binary format.
This library implements the Binary format of the WebAssembly specification, version 2.
The main entry point is the decode_module function.
Re-exports§
pub use core::Module;pub use decode::decode_module;
Modules§
- core
- Type definitions for data structures representing a WebAssembly module and its components.
- decode
- Helpers for decoding WebAssembly values, types, instructions and sections.
- decode_
errors - Convenience re-exports for decode-related error types.