We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220c3e5 commit e193fceCopy full SHA for e193fce
README.md
@@ -68,6 +68,11 @@ find ~/.cache/roc/ -name zig-cache -exec rm -r {} \;
68
69
#### 0.10.1
70
71
+To use zig 0.10.1, there are two small required changes to the roc sourcecode:
72
+
73
+https://github.com/roc-lang/roc/compare/main...ostcar:zig_0.10
74
75
76
The roc compiler uses zig 0.9.1. So the buildin object files where created with
77
this version.
78
@@ -83,4 +88,3 @@ It seems, that they can be ignored.
83
88
## TODO
84
89
85
90
* Bundle the platform and use it in the examples
86
-* Show the necessary changes in the roc compiler to use zig 0.10.1
0 commit comments