summaryrefslogtreecommitdiff
path: root/test/dynamicLibrary.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/dynamicLibrary.fromasm.no-opts')
-rw-r--r--test/dynamicLibrary.fromasm.no-opts198
1 files changed, 0 insertions, 198 deletions
diff --git a/test/dynamicLibrary.fromasm.no-opts b/test/dynamicLibrary.fromasm.no-opts
deleted file mode 100644
index c854926e9..000000000
--- a/test/dynamicLibrary.fromasm.no-opts
+++ /dev/null
@@ -1,198 +0,0 @@
-(module
- (type $none_=>_none (func))
- (type $i32_=>_none (func (param i32)))
- (type $i32_i32_=>_none (func (param i32 i32)))
- (type $i32_=>_i32 (func (param i32) (result i32)))
- (type $none_=>_i32 (func (result i32)))
- (import "env" "memory" (memory $memory 256 256))
- (import "env" "table" (table $table 0 0 funcref))
- (import "env" "__memory_base" (global $__memory_base i32))
- (import "env" "__table_base" (global $__table_base i32))
- (import "env" "DYNAMICTOP_PTR" (global $DYNAMICTOP_PTR$asm2wasm$import i32))
- (import "env" "tempDoublePtr" (global $tempDoublePtr$asm2wasm$import i32))
- (import "env" "ABORT" (global $ABORT$asm2wasm$import i32))
- (import "env" "memoryBase" (global $memoryBase$asm2wasm$import i32))
- (import "env" "tableBase" (global $tableBase$asm2wasm$import i32))
- (import "global" "NaN" (global $nan$asm2wasm$import f64))
- (import "global" "Infinity" (global $inf$asm2wasm$import f64))
- (import "env" "abortStackOverflow" (func $abortStackOverflow (param i32)))
- (import "env" "_puts" (func $_puts (param i32) (result i32)))
- (global $DYNAMICTOP_PTR (mut i32) (global.get $DYNAMICTOP_PTR$asm2wasm$import))
- (global $tempDoublePtr (mut i32) (global.get $tempDoublePtr$asm2wasm$import))
- (global $ABORT (mut i32) (global.get $ABORT$asm2wasm$import))
- (global $memoryBase (mut i32) (global.get $memoryBase$asm2wasm$import))
- (global $tableBase (mut i32) (global.get $tableBase$asm2wasm$import))
- (global $STACKTOP (mut i32) (i32.const 0))
- (global $STACK_MAX (mut i32) (i32.const 0))
- (global $__THREW__ (mut i32) (i32.const 0))
- (global $threwValue (mut i32) (i32.const 0))
- (global $setjmpId (mut i32) (i32.const 0))
- (global $undef (mut i32) (i32.const 0))
- (global $nan (mut f64) (global.get $nan$asm2wasm$import))
- (global $inf (mut f64) (global.get $inf$asm2wasm$import))
- (global $tempInt (mut i32) (i32.const 0))
- (global $tempBigInt (mut i32) (i32.const 0))
- (global $tempBigIntP (mut i32) (i32.const 0))
- (global $tempBigIntS (mut i32) (i32.const 0))
- (global $tempBigIntR (mut f64) (f64.const 0))
- (global $tempBigIntI (mut i32) (i32.const 0))
- (global $tempBigIntD (mut i32) (i32.const 0))
- (global $tempValue (mut i32) (i32.const 0))
- (global $tempDouble (mut f64) (f64.const 0))
- (global $tempRet0 (mut i32) (i32.const 0))
- (global $tempFloat (mut f32) (f32.const 0))
- (global $f0 (mut f32) (f32.const 0))
- (global $_global i32 (i32.const 5242912))
- (export "__ZN3FooC2Ev" (func $__ZN3FooC2Ev))
- (export "__post_instantiate" (func $__post_instantiate))
- (export "runPostSets" (func $runPostSets))
- (export "_global" (global $_global))
- (func $stackAlloc (param $size i32) (result i32)
- (local $ret i32)
- (local.set $ret
- (global.get $STACKTOP)
- )
- (global.set $STACKTOP
- (i32.add
- (global.get $STACKTOP)
- (local.get $size)
- )
- )
- (global.set $STACKTOP
- (i32.and
- (i32.add
- (global.get $STACKTOP)
- (i32.const 15)
- )
- (i32.const -16)
- )
- )
- (if
- (i32.ge_s
- (global.get $STACKTOP)
- (global.get $STACK_MAX)
- )
- (call $abortStackOverflow
- (local.get $size)
- )
- )
- (return
- (local.get $ret)
- )
- )
- (func $stackSave (result i32)
- (return
- (global.get $STACKTOP)
- )
- )
- (func $stackRestore (param $top i32)
- (global.set $STACKTOP
- (local.get $top)
- )
- )
- (func $establishStackSpace (param $stackBase i32) (param $stackMax i32)
- (global.set $STACKTOP
- (local.get $stackBase)
- )
- (global.set $STACK_MAX
- (local.get $stackMax)
- )
- )
- (func $setThrew (param $threw i32) (param $value i32)
- (if
- (i32.eq
- (global.get $__THREW__)
- (i32.const 0)
- )
- (block
- (global.set $__THREW__
- (local.get $threw)
- )
- (global.set $threwValue
- (local.get $value)
- )
- )
- )
- )
- (func $___cxx_global_var_init
- (local $label i32)
- (local $sp i32)
- (local.set $sp
- (global.get $STACKTOP)
- )
- (call $__ZN3FooC2Ev
- (i32.add
- (global.get $memoryBase)
- (i32.const 5242912)
- )
- )
- (return)
- )
- (func $__ZN3FooC2Ev (param $$0 i32)
- (local $$1 i32)
- (local $label i32)
- (local $sp i32)
- (local.set $sp
- (global.get $STACKTOP)
- )
- (global.set $STACKTOP
- (i32.add
- (global.get $STACKTOP)
- (i32.const 16)
- )
- )
- (if
- (i32.ge_s
- (global.get $STACKTOP)
- (global.get $STACK_MAX)
- )
- (call $abortStackOverflow
- (i32.const 16)
- )
- )
- (local.set $$1
- (local.get $$0)
- )
- (drop
- (call $_puts
- (i32.add
- (global.get $memoryBase)
- (i32.const 0)
- )
- )
- )
- (global.set $STACKTOP
- (local.get $sp)
- )
- (return)
- )
- (func $__GLOBAL__sub_I_liblib_cpp
- (local $label i32)
- (local $sp i32)
- (local.set $sp
- (global.get $STACKTOP)
- )
- (call $___cxx_global_var_init)
- (return)
- )
- (func $runPostSets
- (local $temp i32)
- (nop)
- )
- (func $__post_instantiate
- (global.set $STACKTOP
- (i32.add
- (global.get $memoryBase)
- (i32.const 32)
- )
- )
- (global.set $STACK_MAX
- (i32.add
- (global.get $STACKTOP)
- (i32.const 5242880)
- )
- )
- (call $runPostSets)
- (call $__GLOBAL__sub_I_liblib_cpp)
- )
-)