mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-10 22:49:30 +00:00
wasi preview 2 support (#4027)
* all: wasip2 support Co-authored-by: Randy Reddig <randy.reddig@fastly.com>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
//go:build darwin || (linux && !baremetal && !js && !wasip1 && !386 && !arm)
|
||||
//go:build darwin || (linux && !baremetal && !js && !wasip1 && !wasip2 && !386 && !arm)
|
||||
|
||||
package os_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user