File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ export const enum OperatorCode {
464
464
i32x4_min_u = 0xfdb7 ,
465
465
i32x4_max_s = 0xfdb8 ,
466
466
i32x4_max_u = 0xfdb9 ,
467
+ i32x4_dot_i16x8_s = 0xfdba ,
467
468
i64x2_neg = 0xfdc1 ,
468
469
i64x2_shl = 0xfdcb ,
469
470
i64x2_shr_s = 0xfdcc ,
@@ -968,7 +969,7 @@ export const OperatorCodeNames = [
968
969
"i32x4.min_u" ,
969
970
"i32x4.max_s" ,
970
971
"i32x4.max_u" ,
971
- undefined ,
972
+ "i32x4.dot_i16x8_s" ,
972
973
undefined ,
973
974
undefined ,
974
975
undefined ,
@@ -2359,6 +2360,7 @@ export class BinaryReader {
2359
2360
case OperatorCode . i32x4_min_u :
2360
2361
case OperatorCode . i32x4_max_s :
2361
2362
case OperatorCode . i32x4_max_u :
2363
+ case OperatorCode . i32x4_dot_i16x8_s :
2362
2364
case OperatorCode . i64x2_neg :
2363
2365
case OperatorCode . i64x2_shl :
2364
2366
case OperatorCode . i64x2_shr_s :
You can’t perform that action at this time.
0 commit comments