sqlite-wasm icon indicating copy to clipboard operation
sqlite-wasm copied to clipboard

SQLite compiled to WebAssembly

SQLite compiled to WebAssembly

dependencies

manual install required

  • npm
  • make
  • the latest version of emscripten
    • https://emscripten.org/docs/getting_started/downloads.html

installed by commands

  • typescript (run npm install)
  • source code of sqlite (run make deps)

build

make

Related