mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
0087d4c6bf
Instead of using fake tables for errno and others, use the ones that correspond to wasi-libc.
6 lines
109 B
Go
6 lines
109 B
Go
//go:build !js && !wasip1 && !wasip2
|
|
|
|
package syscall
|
|
|
|
func (e Errno) Is(target error) bool { return false }
|