| Index: src/wasm/wasm-opcodes.h
 | 
| diff --git a/src/wasm/wasm-opcodes.h b/src/wasm/wasm-opcodes.h
 | 
| index 106572ce991366a8efdf3ce4e48adc9de63dd32f..fdca7370809034bb0467177d57a472442666bd02 100644
 | 
| --- a/src/wasm/wasm-opcodes.h
 | 
| +++ b/src/wasm/wasm-opcodes.h
 | 
| @@ -97,7 +97,8 @@ std::ostream& operator<<(std::ostream& os, const FunctionSig& function);
 | 
|    V(StoreGlobal, 0x11, _)      \
 | 
|    V(CallFunction, 0x12, _)     \
 | 
|    V(CallIndirect, 0x13, _)     \
 | 
| -  V(CallImport, 0x1F, _)
 | 
| +  V(CallImport, 0x1F, _)       \
 | 
| +  V(DeclLocals, 0x1E, _)
 | 
|  
 | 
|  // Load memory expressions.
 | 
|  #define FOREACH_LOAD_MEM_OPCODE(V) \
 | 
| 
 |