1
0
Fork 0

Updated dependencies

This commit is contained in:
Julien Dessaux 2023-02-07 21:43:09 +01:00
parent 510213bcf3
commit 2af51d0b06
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -4,9 +4,9 @@ Since [learning zig](https://www.adyxax.org/blog/2022/08/22/learning-the-zig-pro
## Dependencies
zig is required. Only zig version >= 0.10.0 on linux amd64 (Gentoo) is being regularly tested.
zig is required. Only zig version >= 0.10.1 on linux amd64 (Gentoo) is being regularly tested.
On top of that the wasm4 runtime (which I installed from npm) is required, version >= 2.5.3.
On top of that the wasm4 runtime (which I installed from npm) is required, version >= 2.5.4.
## Quick start