mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-08 18:54:13 +00:00
9 lines
108 B
Markdown
9 lines
108 B
Markdown
# LibSQL JavaScript bindings
|
|
|
|
## Developing
|
|
|
|
```console
|
|
wasm-pack build --target nodejs
|
|
node example.js
|
|
```
|