summaryrefslogtreecommitdiff
path: root/test/binary/bad-import-sig.txt
blob: de799835bdc19c100230d9f0456d14a7a84cec55 (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: run-gen-wasm-bad
magic
version
section(TYPE) { count[1] function params[0] results[1] i32 }
section(IMPORT) { count[1] str("module") str("func") func_kind type[1] }
(;; STDERR ;;;
out/test/binary/bad-import-sig/bad-import-sig.wasm:0000020: error: function type variable out of range: 1 (max 1)
out/test/binary/bad-import-sig/bad-import-sig.wasm:0000020: error: function type variable out of range: 1 (max 1)
;;; STDERR ;;)