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
The parser (really the lexer) needs to support the non-standard extended name format $"..." and the tests need to be updated to use it where necessary.
[Outlining] The parser needs to support tuple types. We should also update the format for tuple types to be more consistent with the rest of the language. The parser needs to handle local.set and global.set of tuple types correctly.
[Outlining] The parser needs to support multivalue pops. We should probably update the syntax of pops to be pop <valtype>, where the valtype can be a tuple type.
These are the issues (in no particular order) that need to be resolved before we can turn on the new wat parser by default:
v128.const.array.new_fixedlength annotations mandatory.array.new_fixedlength annotations mandatory #6277$"..."and the tests need to be updated to use it where necessary.local.setandglobal.setof tuple types correctly.pop <valtype>, where the valtype can be a tuple type.[Outlining] The parser needs to support pops in control flow structures somehow.resume#6295