feat(wasm): rework rln-wasm and rln-wasm-utils modules, remove buffer-based serialization, and update public.rs and protocol.rs accordingly (#352)

This commit is contained in:
Vinh Trịnh
2025-12-01 17:33:46 +07:00
committed by GitHub
parent c74ab11c82
commit 5c73af1130
50 changed files with 5287 additions and 1393 deletions

View File

@@ -1,6 +1,6 @@
[workspace]
members = ["rln", "utils"]
exclude = ["rln-cli", "rln-wasm", "rln-wasm-utils"]
exclude = ["rln-cli", "rln-wasm"]
resolver = "2"
# Compilation profile for any non-workspace member.