Files
tinygo/src/os/is_wasi_test.go
T
2022-05-03 05:36:55 +02:00

7 lines
69 B
Go

//go:build wasi
// +build wasi
package os_test
const isWASI = true