Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/filenames-in-reader-errors
/
.
/
test
/
parse
/
expr
/
table-drop.txt
blob: 123581c84a95190b516526f9953f61decfca1edc [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: wat2wasm
(module
(memory 0)
(func
elem.drop 0)
(func)
(table 0 funcref)
(elem func 1))