wat-js icon indicating copy to clipboard operation
wat-js copied to clipboard

Documentation

Open joelmccracken opened this issue 10 years ago • 1 comments

I recently downloaded wat-js and tried to use it. Simple things like (+ 1 3) worked, but $vau didn't work. Is there usage/documentation somewhere? It would be good to link to this from the README, if so.

joelmccracken avatar Feb 15 '15 19:02 joelmccracken

Your best bet is to look at https://github.com/manuel/wat-js/blob/master/boot.wat which defines all available operators.

manuel avatar Apr 26 '15 11:04 manuel