blob: 18c4c4021748cc36a766c849c05c0f8a29071747 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(module
(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))
(data (get_global $memoryBase) "unreachable-import_wasm-only.asm.js")
(export "__ZN10WasmAssertC2Ev__async_cb" (func $__ZN10WasmAssertC2Ev__async_cb))
(func $__ZN10WasmAssertC2Ev__async_cb (; 0 ;) (param $0 i32)
(i32.store
(i32.const 12)
(i32.const 26)
)
)
)
|