File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- //go:build baremetal || (wasm && !wasip1)
1
+ //go:build baremetal || (wasm && !wasip1) || wasm_unknown
2
2
3
3
// This file emulates some file-related functions that are only available
4
4
// under a real operating system.
Original file line number Diff line number Diff line change 1
- //go:build !(baremetal || (wasm && !wasip1))
1
+ //go:build !(baremetal || (wasm && !wasip1) || wasm_unknown )
2
2
3
3
// This file assumes there is a libc available that runs on a real operating
4
4
// system.
Original file line number Diff line number Diff line change 1
- //go:build baremetal || js
1
+ //go:build baremetal || js || wasm_unknown
2
2
3
3
package syscall
4
4
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build baremetal || nintendoswitch || js
5
+ //go:build baremetal || nintendoswitch || js || wasm_unknown
6
6
7
7
package syscall
8
8
You can’t perform that action at this time.
0 commit comments