tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

support -modfile arg to tinygo build

Open codefromthecrypt opened this issue 3 years ago • 1 comments

The modfile arg is handy, and works in go build, but not tinygo build

codefromthecrypt avatar Aug 18 '22 02:08 codefromthecrypt

Yes, this seems like a good idea.

If you want to add it yourself, that would be great :) We run go list in loader/list.go. You can add a field to compileopts.Options for this.

aykevl avatar Sep 08 '22 12:09 aykevl