Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
expr
/
table-copy.txt
blob: 41a62fb851b995b6b795b0127efdcf5cf67e22af [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-bulk-memory
(module
(memory 0)
(func
i32.const 0
i32.const 0
i32.const 0
table.copy)
(table 0 anyfunc))