File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ Based on [typed reference proposal](https://github.com/WebAssembly/function-refe
39
39
- and ` (label $l : [te1'* (ref null? $ct')])* `
40
40
- and ` ([te1*] <: [te1'*])* `
41
41
- and ` ($ct' = cont $ft')* `
42
- - and ` $ft' = [t1'*] -> [t2'*] `
42
+ - and ` ( $ft' = [t1'*] -> [t2'*])* `
43
43
- and ` ([te2*] -> [t2*] <: [t1'*] -> [t2'*])* `
44
44
45
- * ` resume_throw <typeidx> <tagidx> (on <tagidx> <labelidx>) ` aborts a continuation
46
- - ` resume_throw $ct $e (on $t $l): [te* (ref null? $ct)] -> [t2*] `
47
- - iff ` (on $e : [te*] -> []) `
45
+ * ` resume_throw <typeidx> <tagidx> (on <tagidx> <labelidx>)* ` aborts a continuation
46
+ - ` resume_throw $ct $e (on $t $l)* : [te* (ref null? $ct)] -> [t2*] `
47
+ - iff ` (tag $e : [te*] -> []) `
48
48
- and ` $ct = cont $ft `
49
49
- and ` $ft = [t1*] -> [t2*] `
50
50
- and ` (on $t : [te1*] -> [te2*])* `
51
51
- and ` (label $l : [te1'* (ref null? $ct')])* `
52
52
- and ` ([te1*] <: [te1'*])* `
53
53
- and ` ($ct' = cont $ft')* `
54
- - and ` $ft' = [t1'*] -> [t2'*] `
54
+ - and ` ( $ft' = [t1'*] -> [t2'*])* `
55
55
- and ` ([te2*] -> [t2*] <: [t1'*] -> [t2'*])* `
56
56
57
57
* ` barrier <blocktype> <instr>* end ` blocks suspension
You can’t perform that action at this time.
0 commit comments