Registry / build-tool / wasm-instrument

wasm-instrument

JSON →
library0.4.0rscratesunverified

Provides tools to instrument and transform WebAssembly modules.

# Cargo.toml [dependencies] wasm-instrument = "0.4.0"
INSTALL
IMPORT
SIG · WASM-INSTRUMENT
W
wasm-instrument
build-toolrustv0.4.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.

Instrumenter
use wasm_instrument::Instrumenter;

Creates a default instrumenter for WebAssembly modules.

use wasm_instrument::Instrumenter; fn main() { let instrumenter = Instrumenter::default(); println!("Instrumenter ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
wasm-instrument — cargo add wasm-instrument · libregistry