Expand description
This module is the central place for machine code emission.
It defines an implementation of wasmparserโs Visitor trait for
Function
; which defines a visitor per op-code, which validates
and dispatches to the corresponding machine code emitter.
Modulesยง
- call ๐call instructions
- control ๐Control flow visitors
- local ๐Local instructions
- log ๐System instructions
Macrosยง
- impl_
visit_ ๐operator A macro to define unsupported WebAssembly operators. - map_
wasm_ ๐operators Implement arithmetic operators for types.