blob: 72bc7d4f5c3c74540a4265dfd2651f826641f24e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
;;; TOOL: run-gen-wasm-interp
;;; ERROR: 1
magic
version
section(TYPE) { count[1] function params[0] results[0] }
section(FUNCTION) { count[1] type[0] }
section(CODE) {
count[1]
func {
locals[0]
unreachable
end
i32.div_s
select
}
}
(;; STDERR ;;;
0000019: error: function body shorter than given size
;;; STDERR ;;)
|