File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -433,9 +433,7 @@ export enum UnaryOp {
433
433
/** f32x4.demote_f64x2_zero */
434
434
DemoteZeroF64x2ToF32x4 = 123 /* _BinaryenDemoteZeroVecF64x2ToVecF32x4 */ ,
435
435
/** f64x2.promote_low_f32x4 */
436
- PromoteLowF32x4ToF64x2 = 124 /* _BinaryenPromoteLowVecF32x4ToVecF64x2 */ ,
437
-
438
- _last = PromoteLowF32x4ToF64x2
436
+ PromoteLowF32x4ToF64x2 = 124 /* _BinaryenPromoteLowVecF32x4ToVecF64x2 */
439
437
}
440
438
441
439
/** Binaryen binary operation constants. */
@@ -834,9 +832,7 @@ export enum BinaryOp {
834
832
/** i16x8.narrow_i32x4_u */
835
833
NarrowU32x4ToU16x8 = 194 /* _BinaryenNarrowUVecI32x4ToVecI16x8 */ ,
836
834
/** i8x16.swizzle */
837
- SwizzleI8x16 = 195 /* _BinaryenSwizzleVecI8x16 */ ,
838
-
839
- _last = SwizzleI8x16
835
+ SwizzleI8x16 = 195 /* _BinaryenSwizzleVecI8x16 */
840
836
}
841
837
842
838
/** Binaryen atomic read-modify-write operation constants. */
You can’t perform that action at this time.
0 commit comments