JSPM

@libsql/libsql-wasm-experimental

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 773
  • Score
    100M100P100Q127330F
  • License Apache-2.0

libSQL Wasm packaged as an ES module.

Package Exports

  • @libsql/libsql-wasm-experimental
  • @libsql/libsql-wasm-experimental/package.json

Readme

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