-
-
Notifications
You must be signed in to change notification settings - Fork 664
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
AS supports WASMGC? #2808
Comments
Not yet. It's part of the plan though. |
As far as I know, the compiler's back-end binaryen currently supports wasmGC. Does the compiler's front end translate into wasmGC corresponding instructions?I mean the reason for not doing it is on the front end. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions! |
@MaxGraey Can we re-open this issue? Supporting WasmGC would be great for AS to thrive. |
It's my fault, sorry. I haven't implemented a good polyfill yet, and we need that before switching over to Wasm GC. |
Thanks @CountBleck! Any timeline for this? |
Any update on this? |
Question
If translated into wat format, will wasmGC related instructions appear, such as struct.new, etc.?
The text was updated successfully, but these errors were encountered: