From ce25df1a78e71e82b7fed0809a1478d4db6db770 Mon Sep 17 00:00:00 2001 From: Andi Date: Tue, 13 Feb 2024 17:20:52 +0900 Subject: [PATCH] add some more links --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8e62e02..a3e304e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ ruby -run -e httpd . -p 8080 ## References - [ruby.wasm](https://github.com/ruby/ruby.wasm) - [Based on work by Yuta Saito et al](https://github.com/kateinoigakukun) +- [emirb - irb on ruby-wasm-emscripten + xterm-pty](https://mame.github.io/emirb/?utm_source=shortruby&ref=shortruby.com) +- [irb.wasm](https://irb-wasm.vercel.app/) +- [Largo/irb.wasm: IRB on browser powered by WebAssembly Browser + new JS Gem](https://github.com/Largo/irb.wasm) - [See: Support RubyGems / Bundler #358 ](https://github.com/ruby/ruby.wasm/pull/358) - [JS Gem](https://github.com/ruby/ruby.wasm/tree/main/packages/gems/js) - [JavaScript Files](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-3.3-wasm-wasi)