Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
table-copy.txt
blob: 42335f18e8ad145ae6dd71cacfb7a58224cee853 [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(memory 0)
(func
i32.const 0
i32.const 0
i32.const 0
table.copy)
(table 0 funcref))