nwaku/examples
Ivan Folgueira Bande 2defbd2301
feat(cbindings): first commit - waku relay (#1632) (#1714)
* feat(cbindings): first commit - waku relay (#1632)

* test_app.nim: fix compilation issue. App.init(..) -> App.new(..)

* Simplifying library name (libwaku) and standardizing function names (waku_*)

* Proper wrapper of the waku_node API and creation of the libwaku.a

* Rolling back changes that are not needed

* Rolling back changes that are out of the scope of this task

* wakunode.nim: Removing unnecessary import

* Aplying PR suggestions

* Renaming 'waku.h' -> 'libwaku.h'

* Use of 'isNil' instead of '== nil'

* libwaku.nim: explicitly setting waku_poll() as gcsafe
2023-05-12 18:08:41 +02:00
..
cbindings feat(cbindings): first commit - waku relay (#1632) (#1714) 2023-05-12 18:08:41 +02:00
v1 chore: build rln dependecies only when building v2 2022-11-07 09:14:21 +01:00
v2 feat: example using filter and lightpush (#1720) 2023-05-12 12:35:26 +02:00