An embeddable playground for Ruby using ruby.wasm #389
hatemhosny
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Looks interesting! Do you manually update the ruby.wasm version? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great project. Thank you!
Please allow me to introduce LiveCodes, a feature-rich, open-source, client-side, code playground that supports 80+ languages and frameworks. The announcement post gives a general overview.
Ruby has a first-class support in LiveCodes using ruby.wasm (and also Opal).
Ruby (wasm) starter template is available for a quick start:
https://livecodes.io/?template=ruby-wasm
(see all starter templates).
You can start an empty Ruby (wasm) project using this link: https://livecodes.io/?ruby-wasm
Projects can be shared, exported and deployed (to GitHub Pages).
Playgrounds can be embedded in any webpage, using a powerful, yet easy-to-use, SDK.
This is an example for an embedded Ruby (wasm) playground:
Preview
Screenshot:
Please refer to the SDK documentations for details.
Comprehensive documentations are available with live demos, code samples and screenshots.
LiveCodes is free with unlimited usage, no ads and no account required. It can be easily self-hosted (if you want), and can be used for commercial projects (MIT license).
Disclosure: obviously, I'm the author of LiveCodes.
I thought you would be interested.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions