ema
ema copied to clipboard
Write the shim in Haskell
And then compile to wasm using https://gitlab.haskell.org/ghc/ghc-wasm-meta
Only do this as long as the development experience is as smooth without any long or manual steps.
Is this a plan for the future or should affect #152? In the end we would still need JS to load the wasm right?
It is for a very distant future, and shouldn't affect #152 right now. Unless we can prototype something now ... I haven't done much wasm work.
we would still need JS to load the wasm right?
Yes, but I'd imagine you would no longer have to customize that JS anymore (since all customizations would be done in Haskell).