Registry / utility / tetsy-wasm

tetsy-wasm

JSON →
library0.42.1rscratesunverified

WebAssembly low-level format library.

# Cargo.toml [dependencies] tetsy-wasm = "0.42.1"
INSTALL
IMPORT
SIG · TETSY-WASM
T
tetsy-wasm
utilityrustv0.42.1
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 tetsy_wasm::Module;

Parses a WebAssembly module from bytes.

use tetsy_wasm::Module; fn main() { let wasm_bytes = vec![]; // placeholder let module = Module::from_bytes(&wasm_bytes).unwrap(); println!("Module parsed"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.42.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
tetsy-wasm — cargo add tetsy-wasm · libregistry