mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 15:33:40 +00:00
WASI & darwin: support basic file io based on libc
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
committed by
Ron Evans
parent
6d3c11627c
commit
1406453350
@@ -0,0 +1,5 @@
|
||||
// +build !wasi,!darwin
|
||||
|
||||
package syscall
|
||||
|
||||
func (e Errno) Is(target error) bool { return false }
|
||||
Reference in New Issue
Block a user