summaryrefslogtreecommitdiff
path: root/test/lld/main_module_table_3.wat.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/lld/main_module_table_3.wat.out')
-rw-r--r--test/lld/main_module_table_3.wat.out8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/lld/main_module_table_3.wat.out b/test/lld/main_module_table_3.wat.out
index 442dcf3b1..783c8914e 100644
--- a/test/lld/main_module_table_3.wat.out
+++ b/test/lld/main_module_table_3.wat.out
@@ -1,7 +1,6 @@
(module
(type $none_=>_none (func))
(type $i32_=>_none (func (param i32)))
- (type $i32_=>_i32 (func (param i32) (result i32)))
(import "env" "table" (table $timport$9 2 funcref))
(elem (i32.const 0) $__stdio_write)
(import "env" "__stack_pointer" (global $sp_import i32))
@@ -12,7 +11,6 @@
(export "__stdio_write" (func $__stdio_write))
(export "__data_end" (global $global))
(export "dynCall_v" (func $dynCall_v))
- (export "__growWasmMemory" (func $__growWasmMemory))
(export "__assign_got_enties" (func $__assign_got_enties))
(func $__stdio_write
(nop)
@@ -30,11 +28,6 @@
(local.get $fptr)
)
)
- (func $__growWasmMemory (param $newSize i32) (result i32)
- (memory.grow
- (local.get $newSize)
- )
- )
)
(;
--BEGIN METADATA --
@@ -53,7 +46,6 @@
"exports": [
"__stdio_write",
"dynCall_v",
- "__growWasmMemory",
"__assign_got_enties"
],
"namedGlobals": {