diff options
Diffstat (limited to 'test/lld/basic_safe_stack.wat')
-rw-r--r-- | test/lld/basic_safe_stack.wat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lld/basic_safe_stack.wat b/test/lld/basic_safe_stack.wat index 27f172913..4b8853f15 100644 --- a/test/lld/basic_safe_stack.wat +++ b/test/lld/basic_safe_stack.wat @@ -5,13 +5,11 @@ (memory $0 2) (table $0 1 1 funcref) (global $global$0 (mut i32) (i32.const 66112)) - (global $global$1 i32 (i32.const 568)) (export "memory" (memory $0)) (export "__wasm_call_ctors" (func $__wasm_call_ctors)) (export "stackRestore" (func $stackRestore)) (export "stackAlloc" (func $stackAlloc)) (export "main" (func $main)) - (export "__data_end" (global $global$1)) (func $__wasm_call_ctors ) (func $stackRestore (param $0 i32) |