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

Tables and memories #668

Merged
merged 5 commits into from
Aug 16, 2016
Merged

Tables and memories #668

merged 5 commits into from
Aug 16, 2016

Conversation

kripken
Copy link
Member

@kripken kripken commented Aug 12, 2016

For WebAssembly/spec#316

This is the best I can do for now, as we are skipping ahead to the stack branch (as I was convinced not to try to model the drop type system changes), so this adds parsing and support but still runs the old spec tests, i.e., it should work on both old and new syntax, but is untested on the new (as those tests contain drop etc.). I did have to temporarily disable one spec test.

@qwertie
Copy link

qwertie commented Aug 13, 2016

Er... what's that about not modelling the drop type system changes?

@kripken
Copy link
Member Author

kripken commented Aug 13, 2016

@kripken
Copy link
Member Author

kripken commented Aug 15, 2016

This is now good to go if anyone wants to review, I added table element offset support too.

@rossberg
Copy link
Member

Sorry about that. I'm actually in the midst of a merge fest with rebasing the spec's stack branch onto the landed table changes. Should be complete soon.

@rossberg
Copy link
Member

Okay, everything is merged into the stack branch now.

@kripken
Copy link
Member Author

kripken commented Aug 16, 2016

Thanks @rossberg-chromium.

@kripken kripken merged commit e5e3bf3 into master Aug 16, 2016
@kripken kripken deleted the tables_n_memories branch August 16, 2016 16:41
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.

3 participants