mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-22 02:50:42 +00:00
go.toolchain.rev: update to Go 1.20rc3
Updates #7123 Change-Id: Ibdf53530251c120e7e20c24abcf4a05f2ff7ac97 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
04b57a371e
commit
01e736e1d5
@@ -234,7 +234,7 @@ func runWasmOpt(path string) error {
|
||||
return fmt.Errorf("Cannot stat %v: %w", path, err)
|
||||
}
|
||||
startSize := stat.Size()
|
||||
cmd := exec.Command("../../tool/wasm-opt", "-Oz", path, "-o", path)
|
||||
cmd := exec.Command("../../tool/wasm-opt", "--enable-bulk-memory", "-Oz", path, "-o", path)
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
err = cmd.Run()
|
||||
|
Reference in New Issue
Block a user