mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
wasi preview 2 support (#4027)
* all: wasip2 support Co-authored-by: Randy Reddig <randy.reddig@fastly.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build wasip2
|
||||
|
||||
package syscall
|
||||
|
||||
// The errno for libc_wasip2.go
|
||||
|
||||
var libcErrno Errno
|
||||
Reference in New Issue
Block a user