View Source API Reference SilverOrb v0.0.9
Modules
WebAssembly is low level — you essentially get to define global variables, an array of memory, and some functions to operate on them. It’s not batteries-included.
Arena allocation.
A bump allocator for Orb modules.
Calculate CRC (Cyclic Redundancy Check) checksums, used in various file formats (e.g. PNG, Gzip) and network communication.
memcpy and memset for Orb.
Build strings with dynamic content.