mirror of https://github.com/tinygo-org/tinygo.git
Randy Reddig
8 months ago
committed by
Ron Evans
6 changed files with 5 additions and 32 deletions
@ -1,5 +0,0 @@ |
|||
//go:build !wasip1
|
|||
|
|||
package os_test |
|||
|
|||
const isWASI = false |
@ -1,5 +0,0 @@ |
|||
//go:build wasip1
|
|||
|
|||
package os_test |
|||
|
|||
const isWASI = true |
@ -1,9 +0,0 @@ |
|||
// Copyright 2016 The Go Authors. All rights reserved.
|
|||
// Use of this source code is governed by a BSD-style
|
|||
// license that can be found in the LICENSE file.
|
|||
//
|
|||
//go:build !wasip1
|
|||
|
|||
package testing_test |
|||
|
|||
const isWASI = false |
@ -1,9 +0,0 @@ |
|||
// Copyright 2016 The Go Authors. All rights reserved.
|
|||
// Use of this source code is governed by a BSD-style
|
|||
// license that can be found in the LICENSE file.
|
|||
//
|
|||
//go:build wasip1
|
|||
|
|||
package testing_test |
|||
|
|||
const isWASI = true |
Loading…
Reference in new issue