mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
6 lines
56 B
Go
6 lines
56 B
Go
//go:build !wasi
|
|
|
|
package os_test
|
|
|
|
const isWASI = false
|