Skip to content

Commit

Permalink
fix: remove duplicate entry for readCodeOperator [f32x4_abs] (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
uplusion23 authored Jul 29, 2024
1 parent 856018d commit 49fe9c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WasmParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49fe9c1

Please sign in to comment.