Registry / other / wast
library243.0.0rscratesunverified

Provides customizable Rust parsers for the WebAssembly Text formats WAT and WAST.

# Cargo.toml [dependencies] wast = "243.0.0"
INSTALL
IMPORT
SIG · WAST
W
wast
otherrustv243.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse
✓ use wast::parser::parse;

Parse a simple WAT module.

use wast::parser::parse; fn main() { let wat = "(module)"; let module = parse::<wast::Module>(wat).unwrap(); println!("Parsed module: {:?}", module); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
243.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
wast — cargo add wast · libregistry