Running gems on WebAssembly is one of the most requested feature from the initial release of ruby.wasm
.
Today, ruby.wasm
experimentally supports RubyGems integration, thanks to a recent WebAssembly ecosystem evolution called Component Model. It supports packaging your Ruby application and gem dependencies in a WebAssembly program!
This talk will demonstrate the integration and share how it works. I hope it will unlock your interesting ideas.