summaryrefslogtreecommitdiff
path: root/test/wasm2c/spec/multi-memory/imports.txt
blob: 35aab1465a2bb813335a345f82deed9ff5a4ff34 (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/proposals/multi-memory/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)
34/34 tests passed.
;;; STDOUT ;;)