Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for WASM generated by GHC #81

Open
Borschemancer opened this issue Oct 31, 2023 · 1 comment
Open

Support for WASM generated by GHC #81

Borschemancer opened this issue Oct 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Borschemancer
Copy link

Borschemancer commented Oct 31, 2023

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?

@turbolent
Copy link
Owner

@turbolent turbolent added the enhancement New feature or request label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants