From 7b10ba4b4156263b09898374cb44af931ff32446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A9=20Dupuis?= Date: Mon, 13 Jul 2026 12:27:37 -0700 Subject: [PATCH] Add MRuby to runtimes list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee64e39108..7743a8be35 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Prism has been integrated into the majority of Ruby runtimes, many libraries, an * [CRuby](https://github.com/ruby/ruby/pull/7964) (via C) * [Garnet](https://github.com/camertron/garnet-js) (via WASM) * [JRuby](https://github.com/jruby/jruby/pull/8103) (via Java) +* [MRuby](https://github.com/mruby/mruby) (via C) * [Natalie](https://github.com/natalie-lang/natalie/pull/1213) (via C++ and Ruby) * [Opal](https://github.com/opal/opal/pull/2642) (via Ruby and WASM) * [TruffleRuby](https://github.com/truffleruby/truffleruby/issues/3117) (via Java)