0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 15:39:52 +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
```