blob: fbd0541f7334573f78ac7a632ff7847a0fd445c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/float_memory0.wast
;;; ARGS*: --enable-multi-memory
(;; STDOUT ;;;
reset() =>
f32.store() =>
reset() =>
i32.store() =>
reset() =>
f64.store() =>
reset() =>
i64.store() =>
30/30 tests passed.
;;; STDOUT ;;)
|