blob: 7cefbce0bc25f5e9f9a3f2060ceba3e01188722f (
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/memory64/imports.wast
;;; ARGS*: --enable-memory64 --enable-exceptions --enable-multi-memory
(;; 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 ;;)
|