- Description about the talk
- 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](https://github.com/WebAssembly/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.