summaryrefslogtreecommitdiff
path: root/src/asmjs/shared-constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asmjs/shared-constants.h')
-rw-r--r--src/asmjs/shared-constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asmjs/shared-constants.h b/src/asmjs/shared-constants.h
index e8d5d5693..8b4e8fff3 100644
--- a/src/asmjs/shared-constants.h
+++ b/src/asmjs/shared-constants.h
@@ -92,8 +92,8 @@ extern cashew::IString WASM_ROTL32;
extern cashew::IString WASM_ROTL64;
extern cashew::IString WASM_ROTR32;
extern cashew::IString WASM_ROTR64;
-extern cashew::IString WASM_GROW_MEMORY;
-extern cashew::IString WASM_CURRENT_MEMORY;
+extern cashew::IString WASM_MEMORY_GROW;
+extern cashew::IString WASM_MEMORY_SIZE;
extern cashew::IString WASM_FETCH_HIGH_BITS;
extern cashew::IString INT64_TO_32_HIGH_BITS;
extern cashew::IString WASM_NEAREST_F32;