blob: c6a954d243a5ecb89bc66a02b44c31666e5d7810 [file] [log] [blame]
(module
(type $FUNCSIG$viii (func (param i32 i32 i32)))
(import "env" "___cxa_throw" (func $___cxa_throw (param i32 i32 i32)))
(import "env" "memory" (memory $0 256 256))
(import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(export "__ZN10WasmAssertC2Ev__async_cb" (func $__ZN10WasmAssertC2Ev__async_cb))
(func $__ZN10WasmAssertC2Ev__async_cb (param $0 i32)
(block $switch-default
(i32.store
(i32.const 12)
(i32.const 26)
)
(return)
)
(i32.store
(unreachable)
(i32.const 1)
)
(call $___cxa_throw
(unreachable)
(i32.const 1280)
(i32.const 0)
)
)
)