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 wasm loader handle op_br_table and op_drop #2864

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

wenyongh
Copy link
Contributor

@wenyongh wenyongh commented Dec 5, 2023

  • Fix br_table arity type check when dest block is loop
  • Fix drop issue when stack is polymorphic and it is to drop a ANY type
    value in the stack

@wenyongh wenyongh changed the title Fix wasm loader issues Fix wasm loader handle op_br_table and op_drop Dec 5, 2023
@wenyongh wenyongh merged commit 23c1343 into bytecodealliance:main Dec 5, 2023
383 checks passed
@wenyongh wenyongh deleted the fix_loader branch December 8, 2023 00:35
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
- Fix op_br_table arity type check when the dest block is loop block
- Fix op_drop issue when the stack is polymorphic and it is to drop
  an ANY type value in the stack
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.

1 participant