GHC has recently introduced support for the WASM backend.
Unfortunately, w2c2 will throw the following error when trying to generate C code:
$./w2c2 hi.wasm hi.c
w2c2: failed to read module: invalid code section local declarations
I have absolutely no knowledge of wasm, but as far as I understand it's about supporting WASM or WASI standards?
GHC has recently introduced support for the WASM backend.
Unfortunately, w2c2 will throw the following error when trying to generate C code:
I have absolutely no knowledge of wasm, but as far as I understand it's about supporting WASM or WASI standards?