Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/once.intersect
/
.
/
test
/
atomics-unshared.wast.fromBinary.noDebugInfo
blob: 0c47138fc041aae1b738ff30ecea534e2ffa99f5 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
))
(
memory $0
1
1
)
(
func $0
(
type $0
)
(
drop
(
i32
.
atomic
.
rmw
.
cmpxchg
(
i32
.
const
0
)
(
i32
.
const
0
)
(
i32
.
const
0
)
)
)
)
)