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