Hacker News new | ask | show | jobs
by hutrdvnj 1326 days ago
That makes me wonder if there is a web framework for Haskell that compiles to WASM.
1 comments

Haskell has a garbage collector, and the wasm gc proposal has just hit stage 3. Once and if this continues and gets implemented, then we’ll see how Haskell (and fingers crossed, ocaml) gets compiled to wasm.

I’d love to deploy Haskell or ocaml on some of these new cloud wasm hosts.