Skip to content

Largo/rubyWasmTemplate

Repository files navigation

Ruby.wasm Template without requirements

This is a template for a ruby.wasm app without any requirements.

Just edit main.rb and index.html with your own code.

How to run

webserver:

git clone https://github.com/Largo/rubyWasmTemplate
./serve.sh

open localhost:8080 in your browser

OPTIONAL if you want Electron

npm install -g yarn
yarn install 
yarn run

OPTIONAL build ruby.wasm

Not necessary, because ruby-app.wasm comes included.

git clone https://github.com/Largo/rubyWasmTemplate
cd rubyWasmTemplate
git clone https://github.com/largo/ruby.wasm
./build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages