summaryrefslogtreecommitdiff
path: root/test/wasm2c/spec/exception-handling/imports.txt
blob: d3a3c170429198446daa11c044e62110f0fbc95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;;; TOOL: run-spec-wasm2c
;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/imports.wast
;;; ARGS*: --enable-exceptions
(;; STDOUT ;;;
spectest.print_i32(13)
spectest.print_i32_f32(14 42)
spectest.print_i32(13)
spectest.print_i32(13)
spectest.print_f32(13)
spectest.print_i32(13)
spectest.print_i64(24)
spectest.print_f64_f64(25 53)
spectest.print_i64(24)
spectest.print_f64(24)
spectest.print_f64(24)
spectest.print_f64(24)
spectest.print_i32(13)
34/34 tests passed.
;;; STDOUT ;;)