Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
module
/
bad-memory-empty.txt
blob: 38a97375f4ca980229946a8eeeeb112b20c34b0c [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (memory))
(;; STDERR ;;;
out/test/parse/module/bad-memory-empty.txt:3:16: error: unexpected token ")", expected a natural number (e.g. 123).
(module (memory))
^
;;; STDERR ;;)