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 5dea1c3 commit 4c74846Copy full SHA for 4c74846
README.md
@@ -22,7 +22,7 @@ This means we emulate MRuby's non-trivial Rake-based build process entirely in Z
22
23
- Non-standard library gems that use any Ruby logic in their `mrbgem.rake` files aren't supported
24
- Symbol preallocation isn't supported (this depends on Ruby regex to create the C files)
25
-- Using `mruby.zig` in transitive Zig dependencies will likely cause issue (just use it globally in one package for now)
+- Using `mruby.zig` in transitive Zig dependencies will likely cause issues (just use it globally in one package for now)
26
- We have to fork MRuby just to add back `mrbgems/mruby-compiler/core/y.tab.c`
27
28
## Usage
0 commit comments