Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
expr
/
array-set-named.txt
blob: 6e666162a6aa4a9f9596eebdc92c2f2315ad920f [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
(type $A (array (mut f32)))
(func (param (ref $A))
local.get 0
i32.const 0
f32.const 0
array.set $A)