Skip to content

Largo/irb.wasm

 
 

Repository files navigation

irb.wasm

IRB on browser powered by WebAssembly. You can try irb.wasm on your browser. It works on CRuby ported to WebAssembly.

Demo: https://irb-wasm.vercel.app/

irb.wasm.-.Google.Chrome.2022-11-30.15-25-59.mp4

Development

$ rake static/irb.wasm   # You can omit the argument as default task makes static/irb.wasm
$ npm install
$ rake parcel

Clean build

If you need to re-build Ruby itself (when you made a change to Ruby), clean rubies and build directories by rake deep_clean, then re-execute rake static/irb.wasm

If you just made a change to fake-gems, you only need to remove static/irb.wasm by rake clean and re-execute rake static/irb.wasm to avoid rebuilding everything.

About

IRB on browser powered by WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.2%
  • Ruby 24.6%
  • JavaScript 7.4%
  • CSS 6.0%
  • HTML 4.9%
  • Shell 0.9%