0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-16 04:28:47 +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
```