tweag / asterius

DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc
1.98k stars 55 forks source link

Support for wasm2c #859

Open kasajian opened 3 years ago

kasajian commented 3 years ago

Has anyone attempted to convert the resulting web-assembly modules to C (using wasm2c) and then compile to an executable?

If not, is there an interest of that?