Index: src/wasm/encoder.h |
diff --git a/src/wasm/encoder.h b/src/wasm/encoder.h |
index b42ca09df4e77125ffda9f268df13abbda178d42..2be7fee2993c9aa5dee712c0b3a1f384c89ffdfd 100644 |
--- a/src/wasm/encoder.h |
+++ b/src/wasm/encoder.h |
@@ -57,6 +57,7 @@ class WasmFunctionBuilder : public ZoneObject { |
void Emit(WasmOpcode opcode); |
void EmitGetLocal(uint32_t index); |
void EmitSetLocal(uint32_t index); |
+ void EmitI32Const(int32_t val); |
void EmitWithU8(WasmOpcode opcode, const byte immediate); |
void EmitWithU8U8(WasmOpcode opcode, const byte imm1, const byte imm2); |
void EmitWithVarInt(WasmOpcode opcode, uint32_t immediate); |