Are there any plans to provide this database engine as a WebAssembly/WASM module? It could then be used with the same bindings in any environment that provides a WebAssembly runtime, like browsers, Node.js, Deno, Bun etc. Instead of a file, the input would be a continuous piece of memory the module can operate on. If the environment allows it, it could be (memory-)mapped to whatever underlying persistent storage is available...
Are there any plans to provide this database engine as a WebAssembly/WASM module? It could then be used with the same bindings in any environment that provides a WebAssembly runtime, like browsers, Node.js, Deno, Bun etc. Instead of a file, the input would be a continuous piece of memory the module can operate on. If the environment allows it, it could be (memory-)mapped to whatever underlying persistent storage is available...