This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
VoidZero
voidzero.dev
did:plc:vqbogjyhzudzajc6bu6mxdni
In practice, both work together in a pipeline:
◆ Your bundler tree-shakes unused exports across modules
◆ Then, your minifier (e.g. Oxc) then runs DCE to clean up what's left inside each module
Technically, tree shaking is really a type of DCE that happens at the module/export level.
2026-02-25T00:01:40.194Z