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