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
I started writing a PR for this, but I'm new to Sublime grammars and got bogged down in some of the details and complexity, so I'm opening this issue instead.
The text was updated successfully, but these errors were encountered:
The reference types proposal includes some new instructions not supported in this grammar.
Concretely, I believe the missing things are
externref
andfuncref
as value typesfuncref
as a value type (it was already a legal table type)ref.null externref|funcref
,ref.is_null
, andref.func funcidx
ref.null
exampleref.is_null
exampleref.func
exampletable_*
tests in this directory cover themcall_indirect
to support table indexesselect
to allowselect (result $type)
I started writing a PR for this, but I'm new to Sublime grammars and got bogged down in some of the details and complexity, so I'm opening this issue instead.
The text was updated successfully, but these errors were encountered: