https://github.com/tsoding/wasm-gasm
This is the result of a simple exercise of trying to program in WebAssembly for fun.
https://github.com/tsoding/wasm-gasm
hacktoberfest hacktoberfest2020
Last synced: 5 months ago
JSON representation
This is the result of a simple exercise of trying to program in WebAssembly for fun.
- Host: GitHub
- URL: https://github.com/tsoding/wasm-gasm
- Owner: tsoding
- License: mit
- Created: 2020-06-20T20:23:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T20:03:09.000Z (about 6 years ago)
- Last Synced: 2025-06-02T06:27:45.511Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: Racket
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm gasm
This is the result of a simple exercise of trying to program in WebAssembly for fun.
## Dependencies
- [racket](https://racket-lang.org/)
- [wabt](https://github.com/WebAssembly/wabt)
- [python 2.7+](https://www.python.org/)
## Usage
```console
$ make
$ python -m SimpleHTTPServer 8080
$ http://localhost:8080/
```