tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

Minor inaccuracy in WASM examples README

Open jzabinski-dolios opened this issue 3 years ago • 1 comments

The README says:

"This examples folder contains two examples that can be built using make: make export make main"

Looking in Makefile, it looks like make instructions are included for ALL examples (callback, slices, etc). The folder does include the listed examples, but from the README, developers might assume that make instructions for other examples do not exist.

jzabinski-dolios avatar Jan 21 '22 22:01 jzabinski-dolios

I agree #3137 should fix this.

codefromthecrypt avatar Sep 07 '22 08:09 codefromthecrypt