summaryrefslogtreecommitdiff
path: root/test/lld/safe_stack_standalone-wasm.wat.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/lld/safe_stack_standalone-wasm.wat.out')
-rw-r--r--test/lld/safe_stack_standalone-wasm.wat.out10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/lld/safe_stack_standalone-wasm.wat.out b/test/lld/safe_stack_standalone-wasm.wat.out
index 3f1cdeb3c..ab09be06b 100644
--- a/test/lld/safe_stack_standalone-wasm.wat.out
+++ b/test/lld/safe_stack_standalone-wasm.wat.out
@@ -3,7 +3,6 @@
(type $none_=>_none (func))
(type $i32_i32_=>_none (func (param i32 i32)))
(type $none_=>_i32 (func (result i32)))
- (type $i32_=>_i32 (func (param i32) (result i32)))
(import "env" "printf" (func $printf (param i32 i32) (result i32)))
(memory $0 2)
(data (i32.const 568) "%d:%d\n\00Result: %d\n\00")
@@ -19,7 +18,6 @@
(export "__data_end" (global $global$2))
(export "main" (func $main))
(export "__set_stack_limits" (func $__set_stack_limits))
- (export "__growWasmMemory" (func $__growWasmMemory))
(func $__wasm_call_ctors
(nop)
)
@@ -172,11 +170,6 @@
(local.get $1)
)
)
- (func $__growWasmMemory (param $newSize i32) (result i32)
- (memory.grow
- (local.get $newSize)
- )
- )
)
(;
--BEGIN METADATA --
@@ -194,8 +187,7 @@
"exports": [
"__wasm_call_ctors",
"main",
- "__set_stack_limits",
- "__growWasmMemory"
+ "__set_stack_limits"
],
"namedGlobals": {
"__heap_base" : "66128",