jasl / artichoke-playground

🎑 Artichoke Ruby Wasm Playground

Home Page:https://artichoke.run/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artichoke Playground

GitHub Actions GitHub Actions Discord Twitter

The Artichoke Playground is a WebAssembly frontend for Artichoke Ruby hosted at https://artichoke.run.

Try Artichoke


Artichoke Ruby Wasm Playground

You can try Artichoke in your browser. The Artichoke Playground runs a WebAssembly build of Artichoke.

If you would prefer to run a local build of the playground, you can set up a Rust toolchain and a launch local development server with:

rustup target add wasm32-unknown-emscripten
. scripts/install-emscripten-toolchain.sh
npm run dev:debug # or npm run dev:release

Contributing

Artichoke aspires to be a Ruby 2.6.3-compatible implementation of the Ruby programming language. There is lots to do.

If the Artichoke Playground does not run Ruby source code in the same way that MRI does, it is a bug and we would appreciate if you filed an issue so we can fix it.

If you would like to contribute code πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’», find an issue that looks interesting and leave a comment that you're beginning to investigate. If there is no issue, please file one before beginning to work on a PR. Good first issues are labeled E-easy.

Discussion

If you'd like to engage in a discussion outside of GitHub, you can join Artichoke's public Discord server.

About

🎑 Artichoke Ruby Wasm Playground

https://artichoke.run/

License:MIT License


Languages

Language:Rust 25.9%Language:HTML 23.9%Language:TypeScript 22.7%Language:Ruby 17.3%Language:JavaScript 9.4%Language:Shell 0.8%