From 49fe9c1240c3e5feff11e5248e6d2867ae760038 Mon Sep 17 00:00:00 2001 From: Trevor McIntire Date: Mon, 29 Jul 2024 15:22:33 -0500 Subject: [PATCH] fix: remove duplicate entry for readCodeOperator [f32x4_abs] (#146) --- src/WasmParser.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WasmParser.ts b/src/WasmParser.ts index 17b48cc..a28d86a 100644 --- a/src/WasmParser.ts +++ b/src/WasmParser.ts @@ -3076,7 +3076,6 @@ export class BinaryReader { case OperatorCode.i64x2_extmul_low_i32x4_u: case OperatorCode.i64x2_extmul_high_i32x4_u: case OperatorCode.f32x4_abs: - case OperatorCode.f32x4_abs: case OperatorCode.f32x4_neg: case OperatorCode.f32x4_sqrt: case OperatorCode.f32x4_add: