mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
8e8ad9004f
This eliminates the 'wasi' build tag in favor of 'GOOS=wasip1', introduced in Go 1.21. For backwards compatablity, -target=wasi is a synonym for -target=wasip1.
6 lines
56 B
Go
6 lines
56 B
Go
//go:build wasip1
|
|
|
|
package os_test
|
|
|
|
const isWASI = true
|