Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/cpp20
/
.
/
test
/
spec
/
i64.store64.fail.wast
blob: 54cff6ecef42c4038f4c424de70a0dc9eeca27d2 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
memory
1
)
(
func
(
param i32
)
(
param i64
)
(
i64
.
store64
(
local
.
get
0
)
(
local
.
get
1
))))