SQLite has added support for WASM to use the DBMS in web browsers.
SQLite developers are advancing the project to implement the ability to compile the library into WebAssembly intermediate code, enabling it to run in a web browser and suitable for database operations from web applications in JavaScript. The code to support WebAssembly has been added to the main project repository. Unlike the WebSQL API, which is based on SQLite, WASM SQLite is fully isolated from the browser and […]
