5 Commits

Author SHA1 Message Date
Atsika 13f8adbde9 Merge pull request #2 from quarkslab/wasm
Add WASM agent support for JavaScript runtimes
2026-03-21 19:52:05 +01:00
Atsika 5b21bc7cda Add WASM agent support for JavaScript runtimes
Compile the agent to WebAssembly for deployment in JS runtimes (Bun,
Node.js, or any runtime implementing the TCPDial/UDPListen interface).

- Split network and UDP code with js/native build tags
- Extract UDP relay into a platform-agnostic shared layer
- Expose runtime-agnostic TCPDial and UDPListen JS hooks
- Add azure-sdk-for-go fork as submodule for WASM-compatible mmf fallback
- Bump aznet dependency
- Document WASM build and JS interface in README
2026-03-21 19:45:24 +01:00
atsika 77a7eb53af proxyblob v2 release 2026-02-16 15:47:28 +01:00
atsika d148bc3198 Fix typo 2025-04-29 14:13:18 +02:00
atsika 2e00650afe Initial commit 2025-04-29 14:05:18 +02:00