Module module

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ยง

analyze_function_readonly_table ๐Ÿ”’
analyze_readonly_funcref_table ๐Ÿ”’
translate_module
Translate a sequence of bytes forming a valid Wasm binary into a parsed ModuleInfo ModuleTranslationState.