Crate wasm_ast

Source
Expand description

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

Re-exports§

pub use model::*;

Modules§

encoder
Encodes WebAssembly syntax into the binary format.
leb128
Little-Endian Base 128 encoding and decoding of signed and unsigned integers.
model
The model of the WebAssembly syntax.