blob: 4601c27c6f7728ed2231c9cfbba2c4a0799fd818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
;;; TOOL: run-gen-wasm-bad
magic
version
section(TYPE) { count[1] function params[0] results[0] }
section(FUNCTION) { count[1] type[0] }
section(MEMORY) { count[1] flags[0] min[1] }
section(CODE) {
count[1]
func {
locals[0]
i32.load align[65] offset[0]
drop
}
}
(;; STDERR ;;;
000001e: error: invalid load alignment: 65
000001e: error: invalid load alignment: 65
;;; STDERR ;;)
|