Function wasmprinter::print_bytes
source ยท pub fn print_bytes(wasm: impl AsRef<[u8]>) -> Result<String>
Expand description
Prints an in-memory wasm
binary blob into an in-memory String
which is
its textual representation.
pub fn print_bytes(wasm: impl AsRef<[u8]>) -> Result<String>
Prints an in-memory wasm
binary blob into an in-memory String
which is
its textual representation.