5 ms·
Interesting. I wonder, though, what the advantages of executing sandboxed ruby in the browser are?
by EricR23 14y ago
Interesting. I wonder, though, what the advantages of executing sandboxed ruby in the browser are?
- eklitzke 14y agoThis would let you write Chrome extensions in Ruby (rather than JS).
- TazeTSchnitzel 14y agoYou could already do that by compiling Ruby with Emscripten, there is nothing new here.
- obtu 14y agoPorting a rails application to run serverless.