ema icon indicating copy to clipboard operation
ema copied to clipboard

Write the shim in Haskell

Open srid opened this issue 2 years ago • 2 comments

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.

srid avatar Mar 26 '23 13:03 srid

Is this a plan for the future or should affect #152? In the end we would still need JS to load the wasm right?

lua-vr avatar Mar 28 '23 00:03 lua-vr

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).

srid avatar Mar 28 '23 00:03 srid