An open API service indexing awesome lists of open source software.

https://github.com/sbsoftware/rasm

Compile Ruby to WebAssembly
https://github.com/sbsoftware/rasm

Last synced: 12 months ago
JSON representation

Compile Ruby to WebAssembly

Awesome Lists containing this project

README

          

# rasm
Compile Ruby to WebAssembly

# Build
$ git clone git@github.com:sbsoftware/rasm.git
$ cd rasm
$ make

# Install
// optional to make the rasm command available system wide
$ sudo su
# make install
# exit

# Uninstall
$ sudo su
// CAUTION: This will also wipe the build, you will have no executable left unless you rebuild
# make clean
# exit