You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This module is supposed to be valid, and has a table with a default value expression referencing a global. However the global section comes after the table section, so when validating the global.get in the table, $gn has not been decoded yet.
Also, it looks like the text format for table default value initializers is not written yet.
See https://github.com/WebAssembly/gc/blob/main/test/core/global.wast#L622.
This module is supposed to be valid, and has a table with a default value expression referencing a global. However the global section comes after the table section, so when validating the global.get in the table,
$gnhas not been decoded yet.Also, it looks like the text format for table default value initializers is not written yet.