Hacker News new | ask | show | jobs
by minusf 982 days ago
> 1.1.1.1 has a WebAssembly app called static_zone running on top of the main DNS logic that serves those new versions when they are available.

webassembly? what is that word even doing in a post mortem about DNSSEC failures?

3 comments

CF Workers (that runs WebAssembly) are all over place. They may not run the main logic (not the actual Ngix, or DNSEC code) but they are used for several maintaince tasks.
Wasm runtimes are great for stuff like plugins! Seems like this static_zone thing was something like that (but they call them apps)