Function wasmer_compiler::translator::error::from_binaryreadererror_compileerror
source ยท pub fn from_binaryreadererror_compileerror(
original: BinaryReaderError,
) -> CompileError
Expand description
Make a [CompileError
] out of a [BinaryReaderError
].