sqlite/Readme.md

17 lines
238 B
Markdown
Raw Normal View History

2019-07-19 15:12:49 +03:00
# 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
```