summaryrefslogtreecommitdiff
path: root/test/unreachable-import_wasm-only.fromasm.clamp
blob: 659768b4806631035b010442d18fbec945dcb488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(module
 (import "env" "memory" (memory $memory 256 256))
 (data (get_global $memoryBase) "unreachable-import_wasm-only.asm.js")
 (import "env" "memoryBase" (global $memoryBase i32))
 (export "__ZN10WasmAssertC2Ev__async_cb" (func $__ZN10WasmAssertC2Ev__async_cb))
 (func $__ZN10WasmAssertC2Ev__async_cb (; 0 ;) (; has Stack IR ;) (param $0 i32)
  (i32.store
   (i32.const 12)
   (i32.const 26)
  )
 )
)