mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
a545f17d2e
This adds true GOOS=wasip1 support in addition to our existing -target=wasi support. The old support for WASI isn't removed, but should be treated as deprecated and will likely be removed eventually to reduce the test burden.
6 lines
67 B
Go
6 lines
67 B
Go
//go:build !wasi && !wasip1
|
|
|
|
package os_test
|
|
|
|
const isWASI = false
|