Computational Engine

Every result below is computed in your browser by the QualiaDB engine compiled to WebAssembly — the same solver code the native engine and its 600+ unit tests run. No server, no API call, no GPU required.

What runs here (CPU-exact, in-browser)

Dense linear algebra, statistics & hypothesis tests, symbolic algebra, special functions & number theory, arbitrary-precision exact arithmetic, SI units & dimensional analysis, Fourier / Laplace / Z transforms, graph reasoning, and cryptographic hashing (SHA-2 / SHA-3 / BLAKE3 / HKDF) — wrapping crate::solvers::* and the RustCrypto primitives, the wasm-clean layers. The GPU forge fast-paths are native-only; in the browser these take the exact CPU floor.

What is not here (native-only)

The 9 specialized domain libraries (finance, medical, chemistry, engineering, full ML), the advanced CAS (symbolic integration / limits / series / ODE), the GPU kernel forge, and key-generating cryptography (needs browser-RNG wiring) are #[cfg(not(wasm32))] by construction and run on the native / MCP engine. Several already have live demos on the Sciences pages.

QualiaDB v0.0.30 • Computational Engine • bundle docs/playground/qualia_core_db_bg.wasm (--features wasm-full) • exports: crates/qualia-core-db/src/wasm_bridge/engine/