Open joelmccracken opened 9 years ago
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.
Your best bet is to look at https://github.com/manuel/wat-js/blob/master/boot.wat which defines all available operators.
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.