diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-03-29 15:51:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 15:51:17 -0700 |
commit | f44c56c961724312224a13e209b3b6db39ad9d77 (patch) | |
tree | c96dce360267d7baf613763a45bcd848d17bdded /test/merge/basics.wast.combined.finalized | |
parent | c5a22baecfdfc2707bcd06b8e9f168348a6afa43 (diff) | |
download | binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.gz binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.bz2 binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.zip |
Delete wasm-merge (#1969)
It is not very useful.
Diffstat (limited to 'test/merge/basics.wast.combined.finalized')
-rw-r--r-- | test/merge/basics.wast.combined.finalized | 133 |
1 files changed, 0 insertions, 133 deletions
diff --git a/test/merge/basics.wast.combined.finalized b/test/merge/basics.wast.combined.finalized deleted file mode 100644 index 6dbdd2c35..000000000 --- a/test/merge/basics.wast.combined.finalized +++ /dev/null @@ -1,133 +0,0 @@ -(module - (type $ii (func (param i32 i32))) - (type $FUNCSIG$v (func)) - (type $ii$0 (func (param i32 i32))) - (type $FUNCSIG$v$0 (func)) - (import "env" "memory" (memory $0 256)) - (data (global.get $memoryBase) "hello, A!\n\00\00\00\00\00\00hello, B!\n\00\00\00\00\00\00") - (import "env" "table" (table $0 18 funcref)) - (elem (global.get $tableBase) $only-a $willCollide $some-func $some-collide $only-a $some-func $only-b $willCollide$0 $some-func-b $some-collide$0) - (import "env" "memoryBase" (global $memoryBase i32)) - (import "env" "tableBase" (global $tableBase i32)) - (import "env" "__memory_base" (global $__memory_base i32)) - (import "env" "__table_base" (global $__table_base i32)) - (import "env" "memoryBase" (global $memoryBase$0 i32)) - (import "env" "tableBase" (global $tableBase$0 i32)) - (import "env" "__memory_base" (global $__memory_base$0 i32)) - (import "env" "__table_base" (global $__table_base$0 i32)) - (import "env" "some-func" (func $some-func)) - (import "env" "some-collide" (func $some-collide)) - (import "env" "some-func-b" (func $some-func-b)) - (import "env" "some-collide" (func $some-collide$0)) - (global $global-collide i32 (i32.const 0)) - (global $global-collide-mut (mut i32) (i32.const 0)) - (global $global-a i32 (i32.const 1)) - (global $global-a-mut (mut i32) (i32.const 1)) - (global $global-collide$0 i32 (i32.const 0)) - (global $global-collide-mut$0 (mut i32) (i32.const 0)) - (global $global-b i32 (i32.const 1)) - (global $global-b-mut (mut i32) (i32.const 1)) - (export "exp-a" (func $only-a)) - (export "exp-collide" (func $only-a)) - (export "exp-collide2" (func $willCollide)) - (export "exp-b" (func $only-b)) - (export "exp-b-nameCollided" (func $willCollide$0)) - (func $only-a (; 4 ;) (type $FUNCSIG$v) - (drop - (i32.const 100) - ) - (call $only-a) - (call $some-func) - (call $some-collide) - (call_indirect (type $ii) - (i32.const 123) - (i32.const 456) - (i32.const 789) - ) - (drop - (global.get $global-collide) - ) - (drop - (global.get $global-a) - ) - (drop - (global.get $global-a-mut) - ) - (drop - (global.get $memoryBase) - ) - (drop - (global.get $tableBase) - ) - (global.set $global-collide-mut - (i32.const 1234) - ) - ) - (func $willCollide (; 5 ;) (type $FUNCSIG$v) - (drop - (i32.const 200) - ) - (call $willCollide) - ) - (func $only-b (; 6 ;) (type $FUNCSIG$v$0) - (drop - (i32.const 111) - ) - (call $only-b) - (call $some-func-b) - (call $some-collide$0) - (call_indirect (type $ii$0) - (i32.const 12) - (i32.const 34) - (i32.const 56) - ) - (drop - (global.get $global-collide$0) - ) - (drop - (global.get $global-b) - ) - (drop - (global.get $global-b-mut) - ) - (drop - (global.get $memoryBase$0) - ) - (drop - (global.get $tableBase$0) - ) - (drop - (i32.add - (global.get $memoryBase$0) - (i32.const 1000) - ) - ) - (drop - (i32.add - (global.get $tableBase$0) - (i32.const 1000) - ) - ) - (drop - (i32.add - (global.get $tableBase$0) - (unreachable) - ) - ) - (drop - (i32.sub - (global.get $tableBase$0) - (i32.const 1000) - ) - ) - (global.set $global-collide-mut$0 - (i32.const 5678) - ) - ) - (func $willCollide$0 (; 7 ;) (type $FUNCSIG$v$0) - (drop - (i32.const 222) - ) - (call $willCollide$0) - ) -) |