blob: 97b5f1c5af66eab5c67657ab5cbdc2b8ce81825b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: run-gen-wasm-bad
magic
version
section(MEMORY) {
count[1]
flags[4]
}
(;; STDERR ;;;
000000c: error: memory64 not allowed
000000c: error: memory64 not allowed
;;; STDERR ;;)
|