diff options
Diffstat (limited to 'test/merge/printf.wast.combined.opt')
-rw-r--r-- | test/merge/printf.wast.combined.opt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/merge/printf.wast.combined.opt b/test/merge/printf.wast.combined.opt deleted file mode 100644 index 1ba164fc0..000000000 --- a/test/merge/printf.wast.combined.opt +++ /dev/null @@ -1,12 +0,0 @@ -(module - (type $FUNCSIG$iii (func (param i32 i32) (result i32))) - (import "env" "memory" (memory $0 256)) - (data (global.get $__memory_base) "") - (import "env" "table" (table $0 0 funcref)) - (import "env" "__memory_base" (global $__memory_base i32)) - (import "env" "__table_base" (global $__table_base i32)) - (export "_printf" (func $625)) - (func $625 (; 0 ;) (type $FUNCSIG$iii) (param $var$0 i32) (param $var$1 i32) (result i32) - (i32.const 102030) - ) -) |