bytecodealliance / wit-bindgen

A language binding generator for WebAssembly interface types
Apache License 2.0
1.03k stars 194 forks source link

Haskell language support #943

Open aumetra opened 6 months ago

aumetra commented 6 months ago

This might be a bit more of an "out there" language to support, but especially since GHC gained support to emit to the wasm32-wasi target, I think it would be neat to allow Haskell to interop with other languages using the component model.

alexcrichton commented 6 months ago

Seems reasonable to me to add! I'm not aware of any current developers eager to work on this so this is probably more of a "PRs welcome" issue, however.

primoly commented 4 months ago

I’ve started some work here: #979