Crate wasm_gc

Source

Structs§

Config
Error
The error type for garbage collecting webassembly bytecode.
GcResult

Functions§

garbage_collect_file
Garbage collects the webassembly bytecode from input_path and saves it to output_path.
garbage_collect_slice
Garbage collects given webassembly bytecode.