mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 06:59:31 +00:00
6 lines
50 B
Go
6 lines
50 B
Go
//go:build js
|
|
|
|
package runtime
|
|
|
|
const GOOS = "js"
|