]> Cypherpunks repositories - gostls13.git/commit
runtime/internal: switch GOWASIRUNTIME default
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Tue, 1 Aug 2023 23:01:13 +0000 (16:01 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 3 Aug 2023 15:58:45 +0000 (15:58 +0000)
commit3687f77069a8f40a596be7bd848985990908f0d9
treea182c78985bfd6056437162c000ef3560a5539c1
parent64939f62aa70c601820fd6e0bbdd0fae9c6883e8
runtime/internal: switch GOWASIRUNTIME default

CL 513235 switched the default wasip1 runtime in the misc/wasm
executable script, but it missed this use of the GOWASIRUNTIME
environment variable. Update this instance to make the default runtime
choice consistent.

Change-Id: Iff7f96231422747a38d65d13a940f6e9d04d835d
Reviewed-on: https://go-review.googlesource.com/c/go/+/515115
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Achille Roussel <achille.roussel@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
src/runtime/internal/wasitest/tcpecho_test.go