summaryrefslogtreecommitdiff
path: root/test/binary/bad-function-sig.txt
blob: 19f71b317b4d5c7f93f67b16376af967698acb0d (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: run-gen-wasm-bad
magic
version
section(TYPE) { count[1] function params[1] i32 results[1] i32 }
section(FUNCTION) { count[1] type[1] }
section(CODE) { count[1] func { locals[0] } }
(;; STDERR ;;;
out/test/binary/bad-function-sig/bad-function-sig.wasm:0000014: error: function type variable out of range: 1 (max 1)
out/test/binary/bad-function-sig/bad-function-sig.wasm:0000014: error: function type variable out of range: 1 (max 1)
;;; STDERR ;;)