runtime: handle GODEBUG on wasip2 (#5312)

* runtime: handle GODEBUG on wasip2
* Support env on more platforms to get GODEBUG working
This commit is contained in:
Jake Bailey
2026-04-18 14:15:47 -07:00
committed by GitHub
parent ddb848816f
commit bcb191c01e
7 changed files with 98 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build linux || darwin || windows || wasip1
//go:build (linux || darwin || windows || wasip1) && !wasip2 && !baremetal && !wasm_unknown
package runtime