diff options
Diffstat (limited to 'src/asmjs/shared-constants.h')
-rw-r--r-- | src/asmjs/shared-constants.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/asmjs/shared-constants.h b/src/asmjs/shared-constants.h index 7e4b27c85..06946c7f5 100644 --- a/src/asmjs/shared-constants.h +++ b/src/asmjs/shared-constants.h @@ -65,6 +65,7 @@ extern cashew::IString GLOBAL, I32_TEMP, DEBUGGER, USE_ASM, + ALMOST_ASM, BUFFER, ENV, INSTRUMENT, @@ -87,7 +88,9 @@ extern cashew::IString GLOBAL, WASM_ROTL32, WASM_ROTL64, WASM_ROTR32, - WASM_ROTR64; + WASM_ROTR64, + WASM_GROW_MEMORY, + WASM_CURRENT_MEMORY; } #endif // wasm_asmjs_shared_constants_h |