Function wasmer_compiler::translate_module
source ยท pub fn translate_module<'data>(
data: &'data [u8],
environ: &mut ModuleEnvironment<'data>,
) -> WasmResult<ModuleTranslationState>
Expand description
Translate a sequence of bytes forming a valid Wasm binary into a
parsed ModuleInfo ModuleTranslationState
.