Index: src/wasm/wasm-macro-gen.h |
diff --git a/src/wasm/wasm-macro-gen.h b/src/wasm/wasm-macro-gen.h |
index abd57d505a11a51359f0b819229b7917a16efb06..9a87f0ff95f5844c90bbec6a85aab7b8d242bb1a 100644 |
--- a/src/wasm/wasm-macro-gen.h |
+++ b/src/wasm/wasm-macro-gen.h |
@@ -580,6 +580,12 @@ class LocalDeclEncoder { |
#define WASM_I64_REINTERPRET_F64(x) x, kExprI64ReinterpretF64 |
//------------------------------------------------------------------------------ |
+// Memory Operations. |
+//------------------------------------------------------------------------------ |
+#define WASM_GROW_MEMORY(x) x, kExprGrowMemory |
+#define WASM_MEMORY_SIZE kExprMemorySize |
+ |
+//------------------------------------------------------------------------------ |
// Simd Operations. |
//------------------------------------------------------------------------------ |
#define WASM_SIMD_I32x4_SPLAT(x) x, kSimdPrefix, kExprI32x4Splat & 0xff |