We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f3d20 commit dea3451Copy full SHA for dea3451
README.md
@@ -37,6 +37,33 @@ is built with an ancient wasi-sdk to workaround
37
* Performance
38
* Stable API/ABI
39
40
+## Where can this run?
41
+
42
+### The most tested
43
44
+* macOS/amd64
45
+* wasm32-wasi (on toywasm itself)
46
47
+### Tested on CI
48
49
+#### Natively
50
51
52
+* Ubuntu/amd64
53
54
+#### With qemu (less coverage because of slowness)
55
56
+* Ubuntu/arm64
57
+* Ubuntu/armhf (Note: 32-bit)
58
+* Ubuntu/s390x (Note: big endian)
59
60
+### Occasionally tested manually
61
62
+* wasm32-wasi-pthread
63
+* NuttX/xtensa
64
+* NuttX/sim on macOS/amd64
65
+* NetBSD/amd64
66
67
## Which specs are implemented?
68
69
* [WebAssembly](https://github.com/WebAssembly/spec) except SIMD.
0 commit comments