Modules§
Structs§
Enums§
- BrTarget
- NameTag
- Operator
- Signedness
- Whether to interpret an integer as signed or unsigned
- Size
- Type
- Value
- A constant value embedded in the instructions
Constants§
Traits§
- Into
Type - Microwasm
Receiver - WIP: Trait to abstract over either producing a stream of Microwasm or directly producing assembly from the Wasm. This should give a significant speedup since we don’t need to allocate any vectors or pay the cost of branches - we can just use iterators and direct function calls.