Function wasmprinter::print_file
source ยท pub fn print_file(file: impl AsRef<Path>) -> Result<String>
Expand description
Reads a WebAssembly file
from the filesystem and then prints it into an
in-memory String
.
pub fn print_file(file: impl AsRef<Path>) -> Result<String>
Reads a WebAssembly file
from the filesystem and then prints it into an
in-memory String
.