diff --git a/crates/wasm-encoder/src/core/code.rs b/crates/wasm-encoder/src/core/code.rs index e27ed69372..eb3f7c03e9 100644 --- a/crates/wasm-encoder/src/core/code.rs +++ b/crates/wasm-encoder/src/core/code.rs @@ -2331,7 +2331,7 @@ impl Encode for Instruction<'_> { } Instruction::I64x2LeS => { sink.push(0xFD); - 0xDDu32.encode(sink); + 0xDAu32.encode(sink); } Instruction::I64x2GeS => { sink.push(0xFD);