Skip to content

libSQL WebAssembly build packaged for TypeScript/JavaScript

Notifications You must be signed in to change notification settings

tursodatabase/libsql-wasm-experimental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 31, 2024
de228bd · Oct 31, 2024
Jan 5, 2024
Jan 5, 2024
Oct 31, 2024
May 5, 2023
Oct 13, 2023
Jan 5, 2024
Jan 5, 2024
Jan 15, 2024
Nov 22, 2023
Jan 15, 2024
Oct 31, 2024
Oct 31, 2024

Repository files navigation

libSQL Wasm

libSQL Wasm packaged as an ES module, forked from SQLite Wasm package.

Releasing

To release a new version of this package, first build the Wasm binaries in the libsql repository.

cd libsql-sqlite3
./configure
cd ext/wasm
make dist

The build process outputs a file such as sqlite-wasm-3440000.zip. You need to replace the contents of this repository with that. To that, run the following commands at the top-level directory of this repository:

npm run build

About

libSQL WebAssembly build packaged for TypeScript/JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published