mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 06:22:41 +00:00
be717ce5f3
- Move stuff to Makefile - Move libwaku to root - Make examples compile for C and Go - Update README
10 lines
115 B
Markdown
10 lines
115 B
Markdown
# libwaku
|
|
|
|
Exposes a C API that can be used by other environments other than C.
|
|
|
|
## Running
|
|
|
|
```
|
|
make wrappers
|
|
```
|