wasmer_compiler::translator

Module 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.