Files
tinygo/src/runtime/os_js.go
T
2022-12-19 23:20:11 +01:00

6 lines
50 B
Go

//go:build js
package runtime
const GOOS = "js"