Traditional circumvention tool development and deployment is slow because new
strategies must be developed, integrated into each tool separately, and then
distributed via platform app-stores. WATER's WASM module architecture specifically
addresses this asymmetry: censors evolve blocking techniques quickly, while
circumventors are bottlenecked by binary release cycles. The paper argues that
dynamic WATM delivery breaks this bottleneck by decoupling transport updates from
application releases.
From 2024-chi-just — Just add WATER: WebAssembly-based Circumvention Transports
· §1
· 2024
· Free and Open Communications on the Internet
Implications
Design for hot-swappable transports from the start: architectures that require a full application binary release to change transport behavior will always lag behind censor adaptation speed.
Treat transport binaries as configuration/data artifacts that can be fetched and rotated without user-visible app updates.