Runtime overview
The browser runtime is delivered as an Emscripten UMD bundle (flora.js) plus a WASM binary (flora.wasm). The bundle exposes a global createFloraModule function, which resolves to a Flora module instance with:
ccallfor calling exported native functions.FSfor interacting with the in-memory filesystem (MEMFS).wasmMemoryand typed views (HEAPU8,HEAP32,HEAPF32,HEAPU32) to read output buffers.UTF8ToStringto decode text outputs from pointers.
Databiomes