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