summaryrefslogtreecommitdiff
path: root/test/merge/dylib.wasm.combined.finalized
diff options
context:
space:
mode:
Diffstat (limited to 'test/merge/dylib.wasm.combined.finalized')
-rw-r--r--test/merge/dylib.wasm.combined.finalized101
1 files changed, 0 insertions, 101 deletions
diff --git a/test/merge/dylib.wasm.combined.finalized b/test/merge/dylib.wasm.combined.finalized
deleted file mode 100644
index f5808e177..000000000
--- a/test/merge/dylib.wasm.combined.finalized
+++ /dev/null
@@ -1,101 +0,0 @@
-(module
- (type $0 (func (param i32 i32)))
- (type $1 (func (param i32) (result i32)))
- (type $2 (func (result i32)))
- (type $3 (func))
- (type $0$0 (func (param i32 i32)))
- (type $1$0 (func (result i32)))
- (type $2$0 (func))
- (import "env" "memory" (memory $2 256))
- (data (global.get $gimport$0) "hello, world!\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00")
- (import "env" "table" (table $timport$3 8 funcref))
- (import "env" "memoryBase" (global $gimport$0 i32))
- (import "env" "tableBase" (global $gimport$4 i32))
- (import "env" "__memory_base" (global $__memory_base i32))
- (import "env" "__table_base" (global $__table_base i32))
- (import "env" "memoryBase" (global $gimport$0$0 i32))
- (import "env" "tableBase" (global $gimport$4$0 i32))
- (import "env" "__memory_base" (global $__memory_base$0 i32))
- (import "env" "__table_base" (global $__table_base$0 i32))
- (import "env" "_puts" (func $import$1 (param i32) (result i32)))
- (global $global$0 (mut i32) (i32.const 0))
- (global $global$1 (mut i32) (i32.const 0))
- (global $global$2 i32 (i32.const 0))
- (global $global$0$0 (mut i32) (i32.const 0))
- (global $global$1$0 (mut i32) (i32.const 0))
- (export "__post_instantiate" (func $__post_instantiate))
- (export "_main" (func $_main))
- (export "runPostSets" (func $runPostSets))
- (export "_str" (global $global$2))
- (export "_foo" (func $_foo))
- (func $_main (; 1 ;) (type $2) (result i32)
- (block $label$1 (result i32)
- (block $label$2 (result i32)
- (drop
- (call $import$1
- (global.get $gimport$0)
- )
- )
- (i32.const 0)
- )
- )
- )
- (func $runPostSets (; 2 ;) (type $3)
- (block $label$1
- (nop)
- )
- )
- (func $__post_instantiate (; 3 ;) (type $3)
- (call $__post_instantiate$0)
- (block $label$1
- (block $label$2
- (global.set $global$0
- (i32.add
- (global.get $gimport$0)
- (i32.const 16)
- )
- )
- (global.set $global$1
- (i32.add
- (global.get $global$0)
- (i32.const 32)
- )
- )
- (call $runPostSets)
- )
- )
- )
- (func $_foo (; 4 ;) (type $1$0) (result i32)
- (local $0 i32)
- (block $label$1 (result i32)
- (block $label$2 (result i32)
- (local.set $0
- (call $_main)
- )
- (local.get $0)
- )
- )
- )
- (func $runPostSets$0 (; 5 ;) (type $2$0)
- (block $label$1
- (nop)
- )
- )
- (func $__post_instantiate$0 (; 6 ;) (type $2$0)
- (block $label$1
- (block $label$2
- (global.set $global$0$0
- (global.get $gimport$0$0)
- )
- (global.set $global$1$0
- (i32.add
- (global.get $global$0$0)
- (i32.const 10)
- )
- )
- (call $runPostSets$0)
- )
- )
- )
- ;; custom section "dylink", size 2
-)