UWW
Modules: uww/fixed, uww/mod
UWW modules support deterministic Universal World Wide runtime targets and fixed-point arithmetic.
| Type | Module | Purpose |
|---|
Fixed32 | uww/fixed | 32-bit fixed-point number |
Fixed64 | uww/fixed | 64-bit fixed-point number |
Fixed128 | uww/fixed | 128-bit fixed-point number |
SaturatingFixed64 | uww/fixed | Saturating fixed-point arithmetic |
WrappingFixed64 | uww/fixed | Wrapping fixed-point arithmetic |
UWWRandom | uww/mod | Deterministic random source |
UWWStorage | uww/mod | Deterministic storage wrapper |
UWWContext | uww/mod | UWW runtime context |