Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
table-grow.txt
blob: 4b8e40fc25d1cb6b299d79d26934e418c7fac7da [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(func (result i32)
ref.null extern
i32.const 0
table.grow 0)
(table 1 externref))