Skip to content
Snippets Groups Projects

Simulator Fixes

Merged rahix requested to merge rahix/sim-fixes into main
All threads resolved!
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -53,8 +53,8 @@ For running the simulator, you'll need Python 3 with pygame and wasmer:
::
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install pygame wasmer wasmer-compiler-cranelift
$ venv/bin/pip install pygame requests
$ venv/bin/pip install wasmer wasmer-compiler-cranelift
.. warning::
Loading