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 404d289 commit dfb7295Copy full SHA for dfb7295
README.md
@@ -236,11 +236,11 @@ Example Python programs using programmatic access to the emulator are provided i
236
PYTHONPATH=. python tests/test_api_simple.py
237
```
238
239
-## 🌐 Browser-based Emulation
+## 🌐 Running Programs in the Browser
240
241
-The emulator can run in a web browser thanks to [Pyodide](https://pyodide.org/). See `advanced/webapp`.
+The emulator can run in a web browser thanks to [Pyodide](https://pyodide.org/). See `advanced/webapp/`.
242
243
-You can [try it out here](https://ccattuto.github.io/riscv-python/).
+You can [try it out here](https://ccattuto.github.io/riscv-python/) using the binaries available in `prebuilt/`.
244
245
## 🧪 Running Unit Tests
246
0 commit comments