Expand description
Translation skeleton that traverses the whole WebAssembly module and call helper functions to deal with each part of it.
Functionsยง
- translate_
module - Translate a sequence of bytes forming a valid Wasm binary into a
parsed ModuleInfo
ModuleTranslationState.