mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
9cb263479c
* all: wasip2 support Co-authored-by: Randy Reddig <randy.reddig@fastly.com>
6 lines
58 B
Go
6 lines
58 B
Go
//go:build wasip2
|
|
|
|
package runtime
|
|
|
|
const GOOS = "wasip2"
|