blob: 458f99d2b146890ae3771f74684210e3a3463526 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(module
(type $none_=>_none (func))
(memory $0 1 1)
(func $0 (type $none_=>_none)
(drop
(i32.atomic.rmw.cmpxchg
(i32.const 0)
(i32.const 0)
(i32.const 0)
)
)
)
)
|