@@ -8808,7 +8808,7 @@ grammar Belem : elem
88088808 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
88098809 prod{rt : reftype, `e*` : expr*} {{`%`_u32(5):Bu32} {rt:Breftype} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt, e*{e <- `e*`}, PASSIVE_elemmode)
88108810 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
8811- prod{x : idx, e_O : expr, `e*` : expr*} {{`%`_u32(6):Bu32} {x:Btableidx} {e_O:Bexpr} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(REF_reftype(?(NULL_null), FUNC_heaptype) , e*{e <- `e*`}, ACTIVE_elemmode(x, e_O))
8811+ prod{x : idx, e_O : expr, rt : reftype, `e*` : expr*} {{`%`_u32(6):Bu32} {x:Btableidx} {e_O:Bexpr} {rt:Breftype} { e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt , e*{e <- `e*`}, ACTIVE_elemmode(x, e_O))
88128812 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
88138813 prod{rt : reftype, `e*` : expr*} {{`%`_u32(7):Bu32} {rt:Breftype} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt, e*{e <- `e*`}, DECLARE_elemmode)
88148814
@@ -20164,7 +20164,7 @@ grammar Belem : elem
2016420164 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
2016520165 prod{rt : reftype, `e*` : expr*} {{`%`_u32(5):Bu32} {rt:Breftype} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt, e*{e <- `e*`}, PASSIVE_elemmode)
2016620166 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
20167- prod{x : idx, e_O : expr, `e*` : expr*} {{`%`_u32(6):Bu32} {x:Btableidx} {e_O:Bexpr} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(REF_reftype(?(NULL_null), FUNC_heaptype) , e*{e <- `e*`}, ACTIVE_elemmode(x, e_O))
20167+ prod{x : idx, e_O : expr, rt : reftype, `e*` : expr*} {{`%`_u32(6):Bu32} {x:Btableidx} {e_O:Bexpr} {rt:Breftype} { e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt , e*{e <- `e*`}, ACTIVE_elemmode(x, e_O))
2016820168 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
2016920169 prod{rt : reftype, `e*` : expr*} {{`%`_u32(7):Bu32} {rt:Breftype} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt, e*{e <- `e*`}, DECLARE_elemmode)
2017020170
@@ -31699,7 +31699,7 @@ grammar Belem : elem
3169931699 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
3170031700 prod{rt : reftype, `e*` : expr*} {{`%`_u32(5):Bu32} {rt:Breftype} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt, e*{e <- `e*`}, PASSIVE_elemmode)
3170131701 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
31702- prod{x : idx, e_O : expr, `e*` : expr*} {{`%`_u32(6):Bu32} {x:Btableidx} {e_O:Bexpr} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(REF_reftype(?(NULL_null), FUNC_heaptype) , e*{e <- `e*`}, ACTIVE_elemmode(x, e_O))
31702+ prod{x : idx, e_O : expr, rt : reftype, `e*` : expr*} {{`%`_u32(6):Bu32} {x:Btableidx} {e_O:Bexpr} {rt:Breftype} { e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt , e*{e <- `e*`}, ACTIVE_elemmode(x, e_O))
3170331703 ;; ../../../../specification/wasm-3.0/5.4-binary.modules.spectec
3170431704 prod{rt : reftype, `e*` : expr*} {{`%`_u32(7):Bu32} {rt:Breftype} {e*{e <- `e*`}:Blist(syntax expr, grammar Bexpr)}} => ELEM_elem(rt, e*{e <- `e*`}, DECLARE_elemmode)
3170531705
0 commit comments