Files
tinygo/src/os/is_wasi_no_test.go
T
2022-12-19 23:20:11 +01:00

6 lines
56 B
Go

//go:build !wasi
package os_test
const isWASI = false