Skip to content

Commit 1677ac5

Browse files
committed
remove _last
1 parent d255f5d commit 1677ac5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/module.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,7 @@ export enum UnaryOp {
433433
/** f32x4.demote_f64x2_zero */
434434
DemoteZeroF64x2ToF32x4 = 123 /* _BinaryenDemoteZeroVecF64x2ToVecF32x4 */,
435435
/** f64x2.promote_low_f32x4 */
436-
PromoteLowF32x4ToF64x2 = 124 /* _BinaryenPromoteLowVecF32x4ToVecF64x2 */,
437-
438-
_last = PromoteLowF32x4ToF64x2
436+
PromoteLowF32x4ToF64x2 = 124 /* _BinaryenPromoteLowVecF32x4ToVecF64x2 */
439437
}
440438

441439
/** Binaryen binary operation constants. */
@@ -834,9 +832,7 @@ export enum BinaryOp {
834832
/** i16x8.narrow_i32x4_u */
835833
NarrowU32x4ToU16x8 = 194 /* _BinaryenNarrowUVecI32x4ToVecI16x8 */,
836834
/** i8x16.swizzle */
837-
SwizzleI8x16 = 195 /* _BinaryenSwizzleVecI8x16 */,
838-
839-
_last = SwizzleI8x16
835+
SwizzleI8x16 = 195 /* _BinaryenSwizzleVecI8x16 */
840836
}
841837

842838
/** Binaryen atomic read-modify-write operation constants. */

0 commit comments

Comments
 (0)