Compile Ruby to WebAssembly
$ git clone git@github.com:sbsoftware/rasm.git
$ cd rasm
$ make
// optional to make the rasm command available system wide
$ sudo su
# make install
# exit
$ sudo su
// CAUTION: This will also wipe the build, you will have no executable left unless you rebuild
# make clean
# exit