Function tetsy_wasm_gc::garbage_collect_file[][src]

pub fn garbage_collect_file<I, O>(
    input_path: I,
    output_path: O
) -> Result<(), Error> where
    I: AsRef<Path>,
    O: AsRef<Path>, 

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