An open API service indexing awesome lists of open source software.

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".

Awesome Lists containing this project

README

          

[![Tsoding](https://img.shields.io/badge/twitch.tv-tsoding-purple?logo=twitch&style=for-the-badge)](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/