diff options
Diffstat (limited to 'src/wasm')
-rw-r--r-- | src/wasm/wasm.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index 34bcf68c7..724fc12e2 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -54,10 +54,7 @@ const char* MultiMemoriesFeature = "multi-memories"; } // namespace UserSections } // namespace BinaryConsts -Name MEMORY_BASE("__memory_base"); -Name TABLE_BASE("__table_base"); Name STACK_POINTER("__stack_pointer"); -Name NEW_SIZE("newSize"); Name MODULE("module"); Name START("start"); Name GLOBAL("global"); |