mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
6 lines
54 B
Go
6 lines
54 B
Go
//go:build wasi
|
|
|
|
package os_test
|
|
|
|
const isWASI = true
|