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

Fix array.{get*,set} validation #31

Merged
merged 1 commit into from
Nov 19, 2020
Merged

Fix array.{get*,set} validation #31

merged 1 commit into from
Nov 19, 2020

Conversation

binji
Copy link
Member

@binji binji commented Nov 19, 2020

The array.get* and array.set instructions take an i32 index on the
stack, which were not previously being accounted for.

The `array.get*` and `array.set` instructions take an `i32` index on the
stack, which were not previously being accounted for.
@binji binji requested a review from sbc100 November 19, 2020 17:24
@binji binji merged commit 45f56c0 into master Nov 19, 2020
@binji binji deleted the array-get-set-validation branch November 19, 2020 18:05
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.

2 participants