blob: 63c2bddb35ff683d5dec0386b384dc9daba65dd4 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (memory 0 65537))
(;; STDERR ;;;
out/test/parse/module/bad-memory-max-size-too-big.txt:3:10: error: max pages (65537) must be <= (65536)
(module (memory 0 65537))
^^^^^^
;;; STDERR ;;)
|