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
Wasitests were updated in #1300. Currently things are lexically scoped (for example: snapshot1_<test-name>), ideally these should use the module system (like snapshot1::<test_name>).
As part of this change, we'll need to handle this in the ignores file too. And the overall structure can be changed so that we generate in chunks based on the WASI version.
The text was updated successfully, but these errors were encountered:
Wasitests were updated in #1300. Currently things are lexically scoped (for example:
snapshot1_<test-name>
), ideally these should use the module system (likesnapshot1::<test_name>
).As part of this change, we'll need to handle this in the ignores file too. And the overall structure can be changed so that we generate in chunks based on the WASI version.
The text was updated successfully, but these errors were encountered: