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 2e43a06 commit 091507aCopy full SHA for 091507a
README.md
@@ -18,7 +18,7 @@
18
<span> | </span>
19
<a href="./README.md#webassembly-specification-tests">Run Specification tests</a>
20
21
- <a href="./documentation/">Documentation</a>
+ <a href="https://topllab.github.io/WARDuino/guide/get-started.html">Documentation</a>
22
</h4>
23
24
</div>
@@ -139,8 +139,8 @@ make
139
## WebAssembly Specification tests
140
141
```shell
142
-python3 -m pip install -r requirements.txt
143
-./tests/integration/run_spec_tests.py --interpreter "build-emu/wdcli" --compiler "wat2wasm"
+cd tests/latch
+npm run spectest
144
```
145
146
## Technical support and feedback
requirements.txt
0 commit comments