mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
Enable Getwd() in wasi and add tests
This commit is contained in:
committed by
Ron Evans
parent
039186a2a3
commit
08d0dc0d25
@@ -1,4 +1,4 @@
|
||||
// +build baremetal wasi wasm
|
||||
// +build baremetal wasm
|
||||
|
||||
// This file emulates some file-related functions that are only available
|
||||
// under a real operating system.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !baremetal,!wasi,!wasm
|
||||
// +build !baremetal,!wasm
|
||||
|
||||
// This file assumes there is a libc available that runs on a real operating
|
||||
// system.
|
||||
|
||||
Reference in New Issue
Block a user