Function garbage_collect_file

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

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