Files
tinygo/src/os/is_wasi_test.go
T
Randy Reddig 8e8ad9004f all: replace target=wasi with target=wasip1
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.
2024-03-27 16:01:40 +01:00

6 lines
56 B
Go

//go:build wasip1
package os_test
const isWASI = true