summaryrefslogtreecommitdiff
path: root/test/merge/printf.wast.combined.finalized
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2019-03-29 15:51:17 -0700
committerGitHub <noreply@github.com>2019-03-29 15:51:17 -0700
commitf44c56c961724312224a13e209b3b6db39ad9d77 (patch)
treec96dce360267d7baf613763a45bcd848d17bdded /test/merge/printf.wast.combined.finalized
parentc5a22baecfdfc2707bcd06b8e9f168348a6afa43 (diff)
downloadbinaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.gz
binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.bz2
binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.zip
Delete wasm-merge (#1969)
It is not very useful.
Diffstat (limited to 'test/merge/printf.wast.combined.finalized')
-rw-r--r--test/merge/printf.wast.combined.finalized31
1 files changed, 0 insertions, 31 deletions
diff --git a/test/merge/printf.wast.combined.finalized b/test/merge/printf.wast.combined.finalized
deleted file mode 100644
index d70fc9c99..000000000
--- a/test/merge/printf.wast.combined.finalized
+++ /dev/null
@@ -1,31 +0,0 @@
-(module
- (type $FUNCSIG$iii (func (param i32 i32) (result i32)))
- (type $FUNCSIG$iii$0 (func (param i32 i32) (result i32)))
- (type $1 (func))
- (import "env" "memory" (memory $0 256))
- (data (i32.const 1024) "")
- (import "env" "table" (table $0 8 funcref))
- (import "env" "memoryBase" (global $memoryBase i32))
- (import "env" "tableBase" (global $tableBase i32))
- (import "env" "globally" (global $i-collide 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" "globally" (global $i-collide$0 f64))
- (import "env" "__memory_base" (global $__memory_base$0 i32))
- (import "env" "__table_base" (global $__table_base$0 i32))
- (import "env" "foobar" (func $import$8 (param i32 i32) (result i32)))
- (export "_printf" (func $625))
- (func $625 (; 1 ;) (type $FUNCSIG$iii) (param $var$0 i32) (param $var$1 i32) (result i32)
- (i32.const 102030)
- )
- (func $b (; 2 ;) (type $1)
- (drop
- (call $625
- (i32.const 11)
- (i32.const 22)
- )
- )
- )
-)