tinygo
tinygo copied to clipboard
Minor inaccuracy in WASM examples README
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.
I agree #3137 should fix this.