A slide tool inspired Rabbit.
This is a slide app using ruby.wasm.
Clone the repo and bundle install ruby.wasm and etc...
git clone https://github.com/youchan/gibier2
cd gibier2/wasm
bundle installBuild ruby.wasm including necessary gems.
cd wasm
bundle exec rbwasm build -o dist/ruby.wasmPack gibier2 source code into ruby.wasm
bundle exec rbwasm pack ../public/wasm/ruby.wasm --dir ./src::/src -o ../public/wasm/app.wasmSetup server-side
cd ..
bundle installRun gibier server
bundle exec rackupOpen http://localhost:9161 then you can see the sample slide.