Index: src/wasm/encoder.h |
diff --git a/src/wasm/encoder.h b/src/wasm/encoder.h |
index b512bd6bc46427be390214baa9218fc9c80ed191..49a7bf7d05dccddd2de13d05e96fd9255bfc3a9d 100644 |
--- a/src/wasm/encoder.h |
+++ b/src/wasm/encoder.h |
@@ -55,6 +55,7 @@ class WasmFunctionBuilder : public ZoneObject { |
const uint32_t* local_indices, uint32_t indices_size); |
void Emit(WasmOpcode opcode); |
void EmitWithU8(WasmOpcode opcode, const byte immediate); |
+ void EmitWithU8U8(WasmOpcode opcode, const byte imm1, const byte imm2); |
void EmitWithVarInt(WasmOpcode opcode, uint32_t immediate); |
uint32_t EmitEditableVarIntImmediate(); |
void EditVarIntImmediate(uint32_t offset, const uint32_t immediate); |