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

[test] Unify the error message. #486

Merged
merged 1 commit into from
Dec 4, 2023
Merged

[test] Unify the error message. #486

merged 1 commit into from
Dec 4, 2023

Conversation

q82419
Copy link
Contributor

@q82419 q82419 commented Dec 1, 2023

  1. "array is immutable" for trying to assign values into an immutable array in validation.
  2. "out of bounds array access" for trying to access out of bounds array in execution.

1. "array is immutable" for trying to assign values into an immutable
   array in validation.
2. "out of bounds array access" for trying to access out of bounds array
   in execution.

Signed-off-by: YiYing He <yiying@secondstate.io>
@rossberg rossberg merged commit 0caaadc into WebAssembly:main Dec 4, 2023
1 check passed
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