0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-01-09 18:06:02 +00:00
libsql/bindings/wasm/README.md
2023-10-16 09:06:25 -07:00

9 lines
101 B
Markdown

# LibSQL JavaScript bindings
## Developing
```
wasm-pack build --target nodejs
node example.js
```