The hows of Rails Wasm-ification

Compiling a full-featured Rails application into a Wasm module can be challenging. Why? Because a typical Rails application depends on much more than just a Ruby VM. Just take a quick look:

rails-parts.png

What do we have on our plate?

You may think that solving all these problems doesn't worth the effort. Let's just run Rails on servers. But don't give up too quickly! We have something that could help you get started with Rails on Wasm with as little burden as possible.