Crate wasm_ast[][src]

Expand description

A Rust-native WebAssembly syntax model useful for generating, parsing, and emitting WebAssembly code.

Re-exports

pub use model::*;

Modules

Encodes WebAssembly syntax into the binary format.

Little-Endian Base 128 encoding and decoding of signed and unsigned integers.

The model of the WebAssembly syntax.