mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
7 lines
69 B
Go
7 lines
69 B
Go
//go:build wasi
|
|
// +build wasi
|
|
|
|
package os_test
|
|
|
|
const isWASI = true
|