We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
global.get
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)) )
The text was updated successfully, but these errors were encountered:
[test] Add test for table elems initialized by imported global funcref
f1a8702
Fixes: #1640
d8d7596
[test] Add test for table elems initialized by imported global funcref (
c2b3446
#1641) Fixes: #1640
Successfully merging a pull request may close this issue.
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):
The text was updated successfully, but these errors were encountered: