Browser-based Ruby IDE #218
sebnozzi
started this conversation in
Show and tell
Replies: 1 comment
-
hoi seb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a browser-based Ruby IDE (unpublished).
The project actually uses Opal for the Ruby evaluation, but I have been evaluating Ruby/Wasm on a separate branch.
Performance-wise results have been good. But I'm running into trouble trying to implement a step-by-step debugger using async-evaluation and TracePoint line-handlers.
Beta Was this translation helpful? Give feedback.
All reactions