Some checks failed
Build Release Binaries / build-amd64 (push) Failing after 3m36s
Merged 10 commits from Android branch: - Send task crash fix on QUIC congestion (continue instead of break) - AEC toggle + NoiseSuppressor on Android - Debug reporter for crash diagnostics - Mic mute crackling fix - Participant dedup in UI - Proper QUIC connection close on hangup - Null alias display fix - Tracing → Android logcat - Incident reports for send-task crash and playout ring desync Conflict resolved in room.rs: kept Android's improved debug logging (recv gap tracking, lock contention, forward latency, send errors) inside our media_task async block for parallel signal handling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"name": "wzp-wasm",
|
|
"type": "module",
|
|
"description": "WarzonePhone WASM bindings — FEC (RaptorQ) + crypto (ChaCha20-Poly1305, X25519)",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"wzp_wasm_bg.wasm",
|
|
"wzp_wasm.js",
|
|
"wzp_wasm.d.ts"
|
|
],
|
|
"main": "wzp_wasm.js",
|
|
"types": "wzp_wasm.d.ts",
|
|
"sideEffects": [
|
|
"./snippets/*"
|
|
]
|
|
} |