ruby.wasm is a collection of WebAssembly ports of CRuby. It enables running Ruby applications in browsers, WASI compatible WebAssembly runtimes, and Edge Computing platforms. @ruby/4.0-wasm-wasi CRuby ...
├── options.html # Options page entry ├── src/ # Popup UI │ ├── App.tsx │ ├── background.ts # Service worker (background) │ ├── main.tsx │ └── options.tsx # Options UI ├── content-script/ # Content ...