Skip to content

Commit

Permalink
Add issue resolutions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed May 12, 2024
1 parent 5e01f0e commit eb23631
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion sim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,26 @@ pipenv run python run.py
Known Issues
---

## ModuleNotFoundError: No module named '_contextvars'

Try using non-precompiled Python.

## No module named 'wasmer'

Try using Python 3.9 as suggested [in this issue](https://github.com/wasmerio/wasmer-python/issues/539):

```sh
pipenv shell
pip3.9 install wasmer wasmer_compiler_cranelift
python3.9 run.py
```

Support
---

No support for most things.

Acknowledgements
---

Thank you to the flow3r team, whose simulator this is forked from.
Thank you to the flow3r team, whose simulator this is forked from.

0 comments on commit eb23631

Please sign in to comment.