-
Notifications
You must be signed in to change notification settings - Fork 725
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This runs and passes 5 of the 9 multi-memory tests (although one of them, binary.wast, is a nop for wasm2c itself). The other 4 tests would require reference types or bulk memory: imports.wast load.wast memory-multi.wast store.wast
- Loading branch information
Showing
7 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
;;; TOOL: run-spec-wasm2c | ||
;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/binary.wast | ||
;;; ARGS*: --enable-multi-memory | ||
(;; STDOUT ;;; | ||
0/0 tests passed. | ||
;;; STDOUT ;;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
;;; TOOL: run-spec-wasm2c | ||
;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/data.wast | ||
;;; ARGS*: --enable-multi-memory | ||
(;; STDOUT ;;; | ||
14/14 tests passed. | ||
;;; STDOUT ;;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
;;; TOOL: run-spec-wasm2c | ||
;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/memory.wast | ||
;;; ARGS*: --enable-multi-memory | ||
(;; STDOUT ;;; | ||
45/45 tests passed. | ||
;;; STDOUT ;;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
;;; TOOL: run-spec-wasm2c | ||
;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/memory_grow.wast | ||
;;; ARGS*: --enable-multi-memory | ||
(;; STDOUT ;;; | ||
131/131 tests passed. | ||
;;; STDOUT ;;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
;;; TOOL: run-spec-wasm2c | ||
;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/memory_size.wast | ||
;;; ARGS*: --enable-multi-memory | ||
(;; STDOUT ;;; | ||
40/40 tests passed. | ||
;;; STDOUT ;;) |