Commit 1cf646b
committed
CRuby 3.3 by default on Try Ruby
Follow up #189.
Currently, the default Ruby engine for the Playground is CRuby 3.2.
https://try.ruby-lang.org/playground/
As a result, Try Ruby handles with CRuby 3.2.
https://try.ruby-lang.org/
This PR updates the default to CRuby 3.3, allowing Try Ruby to run in
the latest available Ruby environment in browser.
The current Ruby version is 3.4, but the `@ruby/3.4-wasm-wasi` has not yet been released.
Therefore, CRuby 3.3, the latest version available for wasm, is used.
This issue has been reported in the following issue and can be addressed independently:
ruby/ruby.wasm#5671 parent 091c90c commit 1cf646b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments