feat(napi): add TLS and iroh transport support to serve() and connect()

This commit is contained in:
2026-06-03 05:58:05 +00:00
parent 053ace6fcc
commit 150b1f3ae5
5 changed files with 255 additions and 20 deletions

4
Cargo.lock generated
View File

@@ -5637,10 +5637,14 @@ name = "wraith-napi"
version = "0.1.0"
dependencies = [
"async-trait",
"iroh",
"napi",
"napi-derive",
"russh",
"rustls-pemfile",
"rustls-pki-types",
"tokio",
"url",
"wraith-core",
]