Module wasmer_compiler::translator

source Β·
Expand description

This module defines the parser and translator from wasmparser to a common structure ModuleInfo.

It’s derived from cranelift-wasm but architected for multiple compilers rather than just Cranelift.

Re-exports§

Modules§

  • environ πŸ”’
  • error πŸ”’
  • middleware πŸ”’
    The middleware parses the function binary bytecodes and transform them with the chosen functions.
  • module πŸ”’
    Translation skeleton that traverses the whole WebAssembly module and call helper functions to deal with each part of it.
  • sections πŸ”’
    Helper functions to gather information for each of the non-function sections of a WebAssembly module.
  • state πŸ”’