Skip to content

sbsoftware/rasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compile Ruby to WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors