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.