Skip to content

Commit

Permalink
use a table for test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 30, 2023
1 parent a9cf9d2 commit 0737a3c
Showing 1 changed file with 13 additions and 36 deletions.
49 changes: 13 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,42 +77,19 @@ It includes

## Where can this run?

### The most tested

* macOS/amd64
* wasm32-wasi (on toywasm itself)

### Tested on CI

#### Natively

* macOS/amd64
* Ubuntu/amd64

#### With qemu

* Ubuntu/arm64
* Ubuntu/armhf (Note: 32-bit)

#### With qemu (less coverage because of slowness)

* Ubuntu/s390x (Note: big endian)
* Ubuntu/risc-v

(I haven't investigated why they are slower than others.
It might be related to the fact that our build disables LTO
for them for toolchain issues.)

#### With toywasm (less coverage because of slowness)

* wasm32-wasi

### Occasionally tested manually

* wasm32-wasi-threads
* NuttX/xtensa
* NuttX/sim on macOS/amd64
* NetBSD/amd64
|Platform |Tested on CI |Notes |
| ---------------------- | --------------- | --------------------------- |
|macOS/amd64 |Yes | |
|wasm32-wasi |Yes (on toywasm) | |
|Ubuntu/amd64 |Yes | |
|Ubuntu/arm64 |Yes (on qemu) | |
|Ubuntu/armhf |Yes (on qemu) |32-bit |
|Ubuntu/s390x |Yes (on qemu) |Big endian |
|Ubuntu/riscv64 |Yes (on qemu) | |
|wasm32-wasi-threads |No |Occasionally tested manually |
|NuttX/esp32 |No |Occasionally tested manually |
|NuttX/sim on macOS/amd64|No |Occasionally tested manually |
|NetBSD/amd64 |No |Occasionally tested manually |

## How slow/fast is this?

Expand Down

0 comments on commit 0737a3c

Please sign in to comment.