Module wasmer_compiler::translator::module

source ·
Expand description

Translation skeleton that traverses the whole WebAssembly module and call helper functions to deal with each part of it.

Functions§

  • Translate a sequence of bytes forming a valid Wasm binary into a parsed ModuleInfo ModuleTranslationState.