We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc73db1 commit c752a74Copy full SHA for c752a74
src/shared-constants.h
@@ -21,10 +21,7 @@
21
22
namespace wasm {
23
24
-extern Name MEMORY_BASE;
25
-extern Name TABLE_BASE;
26
extern Name STACK_POINTER;
27
-extern Name NEW_SIZE;
28
extern Name MODULE;
29
extern Name START;
30
extern Name FUNC;
src/wasm/wasm.cpp
@@ -54,10 +54,7 @@ const char* MultiMemoriesFeature = "multi-memories";
54
} // namespace UserSections
55
} // namespace BinaryConsts
56
57
-Name MEMORY_BASE("__memory_base");
58
-Name TABLE_BASE("__table_base");
59
Name STACK_POINTER("__stack_pointer");
60
-Name NEW_SIZE("newSize");
61
Name MODULE("module");
62
Name START("start");
63
Name GLOBAL("global");
0 commit comments