Introducing wasmify-rails

Most of the steps required to make a Rails application Wasm-compatible are the same for all Rails applications (at least those we worked with). That means, there should be a way to automate or at least simplify the process. And here comes wasmify-rails.

wasmify_install.png

Wasmify Rails is a collection of tools and extensions to speed up the process of compiling a Rails application into a Wasm module as well as the starter project to run Rails in the browser.

Read the project's Readme for the full instructions set. Let me recall the basics here:

Besides commands to wasmify your application, Wasmify Rails also comes some useful extensions, such as Active Record database adapters, Ruby libraries shims, and so on.

You can stop here and play with wasmify-rails, or you can continue reading the book and explore each of the challenges described above in detail.