Module codegen

Source
Expand description

The various tables’ constraints are very inefficient to evaluate if they live in RAM. Instead, the build script turns them into rust code, which is then optimized by rustc.

Structs§

RustBackend
TasmBackend

Constants§

MEM_PAGE_SIZE
The minimal required size of a memory page in BFieldElements.

Traits§

Codegen