mirror of
https://github.com/fluencelabs/sqlite
synced 2025-04-25 01:12:15 +00:00
17 lines
238 B
Markdown
17 lines
238 B
Markdown
|
# SQLite
|
||
|
|
||
|
Sqlite fork ported to WebAssembly.
|
||
|
|
||
|
# How to build
|
||
|
|
||
|
This app could be built either with docker
|
||
|
|
||
|
```bash
|
||
|
docker-compose up
|
||
|
```
|
||
|
|
||
|
or by Makefile with [wasi-sdk](https://github.com/CraneStation/wasi-sdk) installed
|
||
|
```bash
|
||
|
make
|
||
|
```
|