summaryrefslogtreecommitdiff
path: root/test/unreachable-import_wasm-only.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/unreachable-import_wasm-only.fromasm.no-opts')
-rw-r--r--test/unreachable-import_wasm-only.fromasm.no-opts88
1 files changed, 0 insertions, 88 deletions
diff --git a/test/unreachable-import_wasm-only.fromasm.no-opts b/test/unreachable-import_wasm-only.fromasm.no-opts
deleted file mode 100644
index 81217e5d0..000000000
--- a/test/unreachable-import_wasm-only.fromasm.no-opts
+++ /dev/null
@@ -1,88 +0,0 @@
-(module
- (type $i32_=>_none (func (param i32)))
- (type $i32_i32_i32_=>_none (func (param i32 i32 i32)))
- (type $i32_=>_i32 (func (param i32) (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" "STACKTOP" (global $STACKTOP$asm2wasm$import i32))
- (import "env" "STACK_MAX" (global $STACK_MAX$asm2wasm$import i32))
- (import "env" "___async" (global $___async$asm2wasm$import i32))
- (import "env" "___async_unwind" (global $___async_unwind$asm2wasm$import i32))
- (import "env" "___async_retval" (global $___async_retval$asm2wasm$import i32))
- (import "env" "___async_cur_frame" (global $___async_cur_frame$asm2wasm$import i32))
- (import "global" "NaN" (global $nan$asm2wasm$import f64))
- (import "global" "Infinity" (global $inf$asm2wasm$import f64))
- (import "env" "___cxa_allocate_exception" (func $___cxa_allocate_exception (param i32) (result i32)))
- (import "env" "___cxa_throw" (func $___cxa_throw (param i32 i32 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 $STACKTOP (mut i32) (global.get $STACKTOP$asm2wasm$import))
- (global $STACK_MAX (mut i32) (global.get $STACK_MAX$asm2wasm$import))
- (global $___async (mut i32) (global.get $___async$asm2wasm$import))
- (global $___async_unwind (mut i32) (global.get $___async_unwind$asm2wasm$import))
- (global $___async_retval (mut i32) (global.get $___async_retval$asm2wasm$import))
- (global $___async_cur_frame (mut i32) (global.get $___async_cur_frame$asm2wasm$import))
- (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))
- (export "__ZN10WasmAssertC2Ev__async_cb" (func $__ZN10WasmAssertC2Ev__async_cb))
- (func $__ZN10WasmAssertC2Ev__async_cb (param $$0 i32)
- (block $switch
- (block $switch-default
- (block $switch-case
- (br_table $switch-case $switch-default
- (i32.sub
- (i32.const 0)
- (i32.const 0)
- )
- )
- )
- (block
- (i32.store
- (i32.const 12)
- (i32.const 26)
- )
- (return)
- (br $switch)
- )
- )
- (block
- (local.set $$0
- (call $___cxa_allocate_exception
- (i32.const 4)
- )
- )
- (i32.store
- (local.get $$0)
- (i32.const 1)
- )
- (call $___cxa_throw
- (local.get $$0)
- (i32.const 1280)
- (i32.const 0)
- )
- )
- )
- )
-)