kosc / wacket

Racket to WebAssembly "compiler".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wacket

Racket to WebAssembly "compiler".

Quick Start

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

About

Racket to WebAssembly "compiler".

License:MIT License


Languages

Language:Racket 58.5%Language:HTML 27.5%Language:Makefile 7.1%Language:Nix 6.9%