summaryrefslogtreecommitdiff
path: root/test/wasm2c/spec/imports.txt
blob: 11bb6ed0ba7f893b0dc7002c7e18cddc8cfdc891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
;;; TOOL: run-spec-wasm2c
;;; STDIN_FILE: third_party/testsuite/imports.wast
(;; 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)
37/37 tests passed.
;;; STDOUT ;;)