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