blob: 992531f0759991d85b72a4018e93ecdffcf79a2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: run-gen-wasm-bad
;;; ARGS1: --enable-exceptions
;;; ARGS2: --enable-exceptions
magic
version
section(EVENT) { count[0] }
section(MEMORY) { count[0] }
(;; STDERR ;;;
000000d: error: section Memory out of order
000000d: error: section Memory out of order
;;; STDERR ;;)
|