File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,16 @@ is built with an ancient wasi-sdk to workaround
3737* Performance
3838* Stable API/ABI
3939
40+ ## Which specs are implemented?
41+
42+ * [ WebAssembly] ( https://github.com/WebAssembly/spec ) except SIMD.
43+
44+ * [ threads] ( https://github.com/WebAssembly/threads )
45+
46+ * [ wasi preview1] ( https://github.com/WebAssembly/wasi )
47+
48+ * [ wasi-threads] ( https://github.com/WebAssembly/wasi-threads )
49+
4050## Where can this run?
4151
4252### The most tested
@@ -68,16 +78,6 @@ is built with an ancient wasi-sdk to workaround
6878* NuttX/sim on macOS/amd64
6979* NetBSD/amd64
7080
71- ## Which specs are implemented?
72-
73- * [ WebAssembly] ( https://github.com/WebAssembly/spec ) except SIMD.
74-
75- * [ threads] ( https://github.com/WebAssembly/threads )
76-
77- * [ wasi preview1] ( https://github.com/WebAssembly/wasi )
78-
79- * [ wasi-threads] ( https://github.com/WebAssembly/wasi-threads )
80-
8181## How slow is this?
8282
8383[ benchmark with ffmpeg] ( ./benchmark/ffmpeg.sh )
You can’t perform that action at this time.
0 commit comments