Skip to content

Commit

Permalink
nit: adds link to todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP committed Jul 2, 2024
1 parent 673f716 commit d62d93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func Build() error {
}
}

// TODO: from tinygo 0.32.0 -target=wasi is replaced by GOOS=wasip1
// TODO: from tinygo 0.32.0 -target=wasi is replaced by GOOS=wasip1. See https://github.com/tinygo-org/tinygo/pull/3861
if err := sh.RunV("tinygo", "build", "-gc=custom", "-opt=2", "-o", filepath.Join("build", "mainraw.wasm"), "-scheduler=none", "-target=wasi", buildTagArg); err != nil {
return err
}
Expand Down

0 comments on commit d62d93b

Please sign in to comment.