mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-13 03:43:01 +00:00
9 lines
101 B
Markdown
9 lines
101 B
Markdown
![]() |
# LibSQL JavaScript bindings
|
||
|
|
||
|
## Developing
|
||
|
|
||
|
```
|
||
|
wasm-pack build --target nodejs
|
||
|
node example.js
|
||
|
```
|