mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-04-30 04:15:58 +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
|
|
```
|