mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
//go:build linux || darwin || windows || wasip1
|
||||
//go:build (linux || darwin || windows || wasip1) && !wasip2 && !baremetal && !wasm_unknown
|
||||
|
||||
package runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user