Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
module
/
struct-and-func.txt
blob: 93a524e13d9470d52c09633b7de406f3ffa6251f [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
(type (struct i32 i32))
(type (func (result i32)))
(func (result i32)
i32.const 0)