https://github.com/tsoding/wacket
Racket to WebAssembly "compiler".
https://github.com/tsoding/wacket
hacktoberfest hacktoberfest2020
Last synced: about 2 months ago
JSON representation
Racket to WebAssembly "compiler".
- Host: GitHub
- URL: https://github.com/tsoding/wacket
- Owner: tsoding
- License: mit
- Created: 2018-01-13T18:57:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T11:34:36.000Z (over 5 years ago)
- Last Synced: 2025-08-04T17:16:27.685Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: Racket
- Size: 10.7 KB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.twitch.tv/tsoding)
# wacket
Racket to WebAssembly "compiler".
## Quick Start
1. Install [wabt][wabt]
2. Install [racket][racket]
3. `$ make`
4. `$ ./server.rkt`
5. `$ http://localhost:3001/index.html`
8. Change math expression in the `foo.rkt` file and `make` again.
[wabt]: https://github.com/WebAssembly/wabt
[racket]: https://racket-lang.org/