Ecosyste.ms: Awesome
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T19:38:38.000Z (over 6 years ago)
- Last Synced: 2024-10-25T01:26:23.977Z (3 months 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 [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