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
- Host: GitHub
- URL: https://github.com/sbsoftware/rasm
- Owner: sbsoftware
- License: mit
- Created: 2018-08-04T08:56:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T19:38:38.000Z (over 7 years ago)
- Last Synced: 2025-02-05T21:28:18.832Z (about 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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