9 Commits

Author SHA1 Message Date
osmaczko
f5aa1a7e65
feat: statically link libchat and rln via rust-bundle
Add rust-bundle, a single staticlib crate that depends on both libchat
and rln as rlibs. This ensures rustc links Rust std exactly once,
eliminating duplicate symbol errors on all platforms. Nim targets link
against liblogos_chat_bundle.a; Nix uses a bundleDrv instead of
separate libchat and rln derivations.

Reference: https://doc.rust-lang.org/reference/linkage.html#mixed-rust-and-foreign-codebases
2026-02-28 21:11:25 +01:00
Jazz Turner-Baggs
79a5a329c4
Rename Prep (#63)
* Remove Nim-Chat-POC references

* Update nimble file.

* Remove references to ChatSDK as a product
2026-02-18 22:20:16 +01:00
pablo
058467771e
feat: libchat C library building and example TUI using it 2025-12-22 14:14:37 +02:00
kaichaosun
be906d7055
chore: clean format 2025-12-06 10:55:52 +08:00
kaichaosun
3d310fc409
chore: add ci for tests 2025-12-05 14:26:34 +08:00
Ivan Folgueira Bande
a307bf225d create waku_example 2025-09-26 10:35:32 -07:00
Ivan Folgueira Bande
59c9c920be some adaptations for n-b-s 2025-09-26 10:35:32 -07:00
Jazz Turner-Baggs
2e87a86580
Add Waku Client (#4)
* Rename files from Template

* Added WakuClient

* Add external handler

* Add example of sending from ext context
2025-08-05 14:06:07 -07:00
Jazz Turner-Baggs
adde56532b
Added Waku dependancies 2025-07-21 17:42:44 -07:00