@@ -1935,7 +1935,7 @@ syntax vloadop_{vectype : vectype}(vectype) =
1935
1935
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
1936
1936
syntax blocktype =
1937
1937
| _RESULT{`valtype?` : valtype?}(valtype?{valtype <- `valtype?`} : valtype?)
1938
- | _IDX{funcidx : funcidx}(funcidx : funcidx )
1938
+ | _IDX{typeidx : typeidx}(typeidx : typeidx )
1939
1939
1940
1940
;; ../../../../specification/wasm-3.0/4.0-execution.configurations.spectec
1941
1941
syntax addr = nat
@@ -2193,7 +2193,7 @@ def $free_blocktype(blocktype : blocktype) : free
2193
2193
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
2194
2194
def $free_blocktype{`valtype?` : valtype?}(_RESULT_blocktype(valtype?{valtype <- `valtype?`})) = $free_opt($free_valtype(valtype)?{valtype <- `valtype?`})
2195
2195
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
2196
- def $free_blocktype{funcidx : funcidx }(_IDX_blocktype(funcidx )) = $free_funcidx(funcidx )
2196
+ def $free_blocktype{typeidx : typeidx }(_IDX_blocktype(typeidx )) = $free_typeidx(typeidx )
2197
2197
2198
2198
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
2199
2199
rec {
@@ -7621,7 +7621,7 @@ grammar Bblocktype : blocktype
7621
7621
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
7622
7622
prod{t : valtype} t:Bvaltype => _RESULT_blocktype(?(t))
7623
7623
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
7624
- prod{i : s33} i:Bs33 => _IDX_blocktype(`%`_funcidx ((i!`%`_s33.0 : int <:> nat)))
7624
+ prod{i : s33} i:Bs33 => _IDX_blocktype(`%`_typeidx ((i!`%`_s33.0 : int <:> nat)))
7625
7625
-- if (i!`%`_s33.0 >= (0 : nat <:> int))
7626
7626
7627
7627
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
@@ -13276,7 +13276,7 @@ syntax vloadop_{vectype : vectype}(vectype) =
13276
13276
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
13277
13277
syntax blocktype =
13278
13278
| _RESULT{`valtype?` : valtype?}(valtype?{valtype <- `valtype?`} : valtype?)
13279
- | _IDX{funcidx : funcidx}(funcidx : funcidx )
13279
+ | _IDX{typeidx : typeidx}(typeidx : typeidx )
13280
13280
13281
13281
;; ../../../../specification/wasm-3.0/4.0-execution.configurations.spectec
13282
13282
syntax addr = nat
@@ -13534,7 +13534,7 @@ def $free_blocktype(blocktype : blocktype) : free
13534
13534
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
13535
13535
def $free_blocktype{`valtype?` : valtype?}(_RESULT_blocktype(valtype?{valtype <- `valtype?`})) = $free_opt($free_valtype(valtype)?{valtype <- `valtype?`})
13536
13536
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
13537
- def $free_blocktype{funcidx : funcidx }(_IDX_blocktype(funcidx )) = $free_funcidx(funcidx )
13537
+ def $free_blocktype{typeidx : typeidx }(_IDX_blocktype(typeidx )) = $free_typeidx(typeidx )
13538
13538
13539
13539
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
13540
13540
rec {
@@ -18964,7 +18964,7 @@ grammar Bblocktype : blocktype
18964
18964
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
18965
18965
prod{t : valtype} t:Bvaltype => _RESULT_blocktype(?(t))
18966
18966
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
18967
- prod{i : s33} i:Bs33 => _IDX_blocktype(`%`_funcidx ((i!`%`_s33.0 : int <:> nat)))
18967
+ prod{i : s33} i:Bs33 => _IDX_blocktype(`%`_typeidx ((i!`%`_s33.0 : int <:> nat)))
18968
18968
-- if (i!`%`_s33.0 >= (0 : nat <:> int))
18969
18969
18970
18970
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
@@ -24619,7 +24619,7 @@ syntax vloadop_{vectype : vectype}(vectype) =
24619
24619
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
24620
24620
syntax blocktype =
24621
24621
| _RESULT{`valtype?` : valtype?}(valtype?{valtype <- `valtype?`} : valtype?)
24622
- | _IDX{funcidx : funcidx}(funcidx : funcidx )
24622
+ | _IDX{typeidx : typeidx}(typeidx : typeidx )
24623
24623
24624
24624
;; ../../../../specification/wasm-3.0/4.0-execution.configurations.spectec
24625
24625
syntax addr = nat
@@ -24877,7 +24877,7 @@ def $free_blocktype(blocktype : blocktype) : free
24877
24877
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
24878
24878
def $free_blocktype{`valtype?` : valtype?}(_RESULT_blocktype(valtype?{valtype <- `valtype?`})) = $free_opt($free_valtype(valtype)?{valtype <- `valtype?`})
24879
24879
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
24880
- def $free_blocktype{funcidx : funcidx }(_IDX_blocktype(funcidx )) = $free_funcidx(funcidx )
24880
+ def $free_blocktype{typeidx : typeidx }(_IDX_blocktype(typeidx )) = $free_typeidx(typeidx )
24881
24881
24882
24882
;; ../../../../specification/wasm-3.0/1.3-syntax.instructions.spectec
24883
24883
rec {
@@ -30486,7 +30486,7 @@ grammar Bblocktype : blocktype
30486
30486
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
30487
30487
prod{t : valtype} t:Bvaltype => _RESULT_blocktype(?(t))
30488
30488
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
30489
- prod{i : s33} i:Bs33 => _IDX_blocktype(`%`_funcidx ((i!`%`_s33.0 : int <:> nat)))
30489
+ prod{i : s33} i:Bs33 => _IDX_blocktype(`%`_typeidx ((i!`%`_s33.0 : int <:> nat)))
30490
30490
-- if (i!`%`_s33.0 >= (0 : nat <:> int))
30491
30491
30492
30492
;; ../../../../specification/wasm-3.0/5.3-binary.instructions.spectec
0 commit comments