blob: 6b0a03e733b7efe3e30bdcd040bb6eefe6d7162c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(module
(type $none_=>_i32 (func (result i32)))
(type $none_=>_none (func))
(memory $0 1)
(func $load-would-normally-have-side-effects (result i32)
(i64.ge_s
(i64.const 2912825531628789796)
(i64.const 0)
)
)
(func $unary-binary-may-trap
(nop)
)
)
|