wacket icon indicating copy to clipboard operation
wacket copied to clipboard

Racket to WebAssembly "compiler".

Tsoding

wacket

Racket to WebAssembly "compiler".

Quick Start

  1. Install wabt
  2. Install racket
  3. $ make
  4. $ ./server.rkt
  5. $ <browser> http://localhost:3001/index.html
  6. Change math expression in the foo.rkt file and make again.