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

Updates to wast for the GC proposal #808

Merged
merged 2 commits into from Nov 8, 2022
Merged

Conversation

eqrion
Copy link
Collaborator

@eqrion eqrion commented Nov 7, 2022

Three misc updates that are needed for SpiderMonkey's prototype of the GC proposal.

  1. dataref is gone, there is now structref re-using the binary encoding of datarefr
  2. extern.{internalize, externalize} are new instructions
  3. array.len no longer has a type immediate, and has a new encoding

There are other changes in the latest V8 milestone we're tracking, but we're not ready to support them yet.

  * array.len no longer needs a type immediate
  * extern.{internalize, externalize} are now instructions
@alexcrichton alexcrichton merged commit d865633 into bytecodealliance:main Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants