Schedule

Yuta Saito
Yuta Saito
  • @kateinoigakukun

A newbie committer to Ruby, Swift, and LLVM, especially working on WebAssembly support for the languages. Also a graduate CS student at Waseda University.

RubyGems on ruby.wasm

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.