fluid/backend-c/README.md

17 lines
244 B
Markdown
Raw Normal View History

2019-08-20 13:46:02 +02:00
# Fluid
The twitter-like application for Fluence.
# 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
```