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 0aea18d commit 2c8f593Copy full SHA for 2c8f593
README.md
@@ -18,6 +18,8 @@ This project builds MRuby from source, only using Zig.
18
19
This means we emulate MRuby's non-trivial Rake-based build process entirely in Zig.
20
21
+**NOTE**: We only support zig 0.13.0 at the moment.
22
+
23
## Issues
24
25
- Non-standard library gems that use any Ruby logic in their `mrbgem.rake` files aren't supported
@@ -37,6 +39,8 @@ zig build
37
39
```
38
40
$ tree zig-out/bin/
41
zig-out/bin/
42
+├── example-c
43
+├── example-zig
44
├── host-mrbc
45
├── mirb
46
├── mrbc
0 commit comments