github.com/moontrade/nogc@v0.1.7/collections/tree/cmd/Makefile (about) 1 default: 2 #/Users/cmo/repos/moontrade/tinygo/build/tinygo build -o tinygo_art -scheduler coroutines -gc provided --print-allocs=. . 3 /Users/cmo/repos/moontrade/tinygo/build/tinygo build -dumpssa -scheduler coroutines -gc provided -o tinygo_art . 4 ./tinygo_art 5 #/Users/cmo/repos/moontrade/tinygo/build/tinygo test -o tinygo_art -scheduler coroutines -gc provided .