Skip to content
lnit edited this page Apr 28, 2024 · 22 revisions

Feel free to add your projects and applications built with ruby.wasm 🫶

IRB on CRuby on WebAssembly

Screen Shot 2022-09-11 at 14 46 56

Interactive editor for Syntax Tree (A fast Ruby parser and formatter)

https://ruby-syntax-tree.github.io/

Screen Shot 2022-09-11 at 14 49 36

Rconv (A programmable text-to-text converter)

https://rconv.ongaeshi.me

Sample: Decimal to Hex and Binary Converter

Screen Shot 2022-09-27 at 18 12 19

Posting Puzzle (A puzzle to stamp letters and send them to the mailbox)

https://mame.github.io/posting-puzzle/

Mojibake repairer

https://tmtms.net/mojibake.html

image

Cookpad Code Puzzle 2022

https://ruby-puzzles-2022.cookpad.tech/

image

Batch code test system for competitive programmer

https://nodai2hitc.github.io/batchcodetest/ruby_en.html

image

Ruby on Browser

https://rubyonbrowser.ongaeshi.me

image

Wordle Search (Word search for the Wordle)

https://wordle-search.onrender.com/

image

Ruby Explorer

https://hparker.xyz/ruby_explorer

View and understand the bytecode Ruby generates

image

OnBrowserJudge

https://github.com/nodai2hITC/onbrowserjudge

example: https://nodai2hitc.github.io/onbrowserjudge/examples/collatz_ruby_en.html

Judge system that runs on the browser

image

MySQL Parameters

https://mysql-params.tmtms.net/

This page allows you to compare MySQL parameters between versions.

iruka-kurukuru

Judge number

https://unagiootoro.github.io/judge-number/

Run handwritten digit recognition with ruby-dnn and browser. image

Shooting Game

https://rubykaigi2023.diggle.bar/

source-code)

https://github.com/diggle-jp/app_rubykaigi2023

shooting

Redmine plugin

source code: https://github.com/nishidayuya/redmine_ruby_wasm

image

After click Ruby code on description:

image

After click Ruby code on comment:

image

Kakikata

Application to print out a paper to practice writing Japanese hiragana.

https://ledsun.github.io/kakikata/

image

Jumping game

Jumping game using "mousedown" event.

jumping-game

Synthesizer

Audio waveform generation and playback in browser.

ruby-wasm-synth-demo.mp4