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

Missing test for elem segment containing global.get of imported funcref #1640

Closed
sbc100 opened this issue Apr 17, 2023 · 0 comments · Fixed by #1641
Closed

Missing test for elem segment containing global.get of imported funcref #1640

sbc100 opened this issue Apr 17, 2023 · 0 comments · Fixed by #1641

Comments

@sbc100
Copy link
Member

sbc100 commented Apr 17, 2023

From the wabt bug tracker: WebAssembly/wabt#2201

This should work according to the spec, but currently doesn't under wabt, and its not covered by the spec tests (AFAICT):

(module
  (import "m" "f" (global funcref))
  (table 0 10 funcref)
  (elem (offset (i32.const 0)) funcref (global.get 0))
)
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 a pull request may close this issue.

1 participant