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.
input_path
output_path