So IIUC, Fastly’s server is running a wasm binary which fetches GET/POST params and spits out html?
And you use the Fastly.hs interface to do the IO?
(So this is not about running Haskell in the browser, but on the server, for servers that don’t let you run regular Haskell binaries, but require .wasm binaries.)