Crate wadec

Crate wadec 

Source
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.