Oskar Thorén 0d5e14f83c
Libwaku spike start (#510)
* libwaku init e2e

* basic cstring check

* wip
2021-04-28 19:13:34 +08:00

13 lines
180 B
Markdown

# libwaku
Exposes a C API that can be used by other environments other than C.
## Running
Make sure you run `$PROJECTDIR/env.sh bash` first. Then:
```
./build.sh
./libwaku
```