summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <[email protected]>2025-02-12 12:49:26 -0500
committerTakashi Kokubun <[email protected]>2025-04-18 21:52:58 +0900
commit6de43bdc3162bd6ddfad210c93882d15dba82791 (patch)
treea8aebc9e80f5620cc83c3130eb7c817039c302f7 /doc
parent8caed382448fea04124ebd2265ecdc1f5bcf82be (diff)
Mention rubyexplorer
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13131
Diffstat (limited to 'doc')
-rw-r--r--doc/zjit.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/zjit.md b/doc/zjit.md
index 7af7fadfa2..e2489724d4 100644
--- a/doc/zjit.md
+++ b/doc/zjit.md
@@ -26,3 +26,6 @@ To run code snippets with ZJIT:
```
./miniruby --zjit --e0
```
+
+You can also try https://www.rubyexplorer.xyz/ to view Ruby YARV disasm output with syntax highlighting
+in a way that can be easily shared with other team members.