Registry / utility / wasm-gc-api

wasm-gc-api

JSON →
library0.1.11rscratesunverified

A library to garbage collect webassembly modules

# Cargo.toml [dependencies] wasm-gc-api = "0.1.11"
INSTALL
IMPORT
SIG · WASM-GC-API
W
wasm-gc-api
utilityrustv0.1.11
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.

gc
use wasm_gc_api::gc;

Creates a new WASM module for garbage collection

use wasm_gc_api::gc; fn main() { let module = gc::Module::new(); println!("WASM module created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
wasm-gc-api — cargo add wasm-gc-api · libregistry