diff --git a/compileopts/config.go b/compileopts/config.go index 1920d2b9cb..a4d1f26c50 100644 --- a/compileopts/config.go +++ b/compileopts/config.go @@ -107,6 +107,7 @@ func (c *Config) BuildTags() []string { tags = append(tags, []string{ "tinygo", // that's the compiler "purego", // to get various crypto packages to work + "noasm", // to avoid Go assembly which TinyGo can't compile "osusergo", // to get os/user to work "math_big_pure_go", // to get math/big to work "gc." + c.GC(), "scheduler." + c.Scheduler(), // used inside the runtime package