Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sbsoftware/rasm

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

Last synced: about 1 month ago
JSON representation

Compile Ruby to WebAssembly

Awesome Lists containing this project

README

        

# rasm
Compile Ruby to WebAssembly

# Build
$ git clone [email protected]: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