mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-15 15:39:52 +00:00
9 lines
101 B
Markdown
9 lines
101 B
Markdown
# LibSQL JavaScript bindings
|
|
|
|
## Developing
|
|
|
|
```
|
|
wasm-pack build --target nodejs
|
|
node example.js
|
|
```
|