Registry / other / core-wasm-ast

core-wasm-ast

JSON →
library0.2.2rscratesunverified

Wasm AST with traversal and manipulations

# Cargo.toml [dependencies] core-wasm-ast = "0.2.2"
INSTALL
IMPORT
SIG · CORE-WASM-AST
C
core-wasm-ast
otherrustv0.2.2
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.

Module
use core_wasm_ast::Module;

Create a new Wasm AST module

use core_wasm_ast::Module; fn main() { let module = Module::new(); println!("Wasm AST module created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Google (search)
2
Meta
1
Resources
core-wasm-ast — cargo add core-wasm-ast · libregistry