Module lightbeam::microwasm[][src]

Modules

Structs

Enums

Whether to interpret an integer as signed or unsigned

A constant value embedded in the instructions

Constants

Traits

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.

Functions

Type Definitions