Docker containers, compiled into WASM, using JS in the browser

Source code on github (uses container2wasm).

Examples can take a minute or so to load since even small docker images expand a bit, examples:

Networking

For GitHub Pages (*.github.io) we using a `fetch()` based networking shim. Anything requested from the live network needs to be CORS open/friendly.
For a networking "out" example, try the `alpine` demo and:

wget -qO- https://esm.archive.org/jquery

For local installations or setups that can use the `c2w-net` sidecar proxy (runs on backend. next to the static file webserver for this demo), this otherwise defaults to using a networking sidecar `wss://` service to allow the container to talk to the "real world".
For a networking "out" example, try the `alpine` demo and:

apk add emacs-nox