You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use golang.org/x/sys (#2443)
As discussed in #2434. This adds `golang.org/x/sys` as a dependency:
- `golang.org/x/sys/cpu` for CPU detection
- `golang.org/x/sys/unix`/`windows` for (W^X) memory mapping
- `golang.org/x/sys/unix`/`windows` for WASI
---------
Signed-off-by: Nuno Cruces <[email protected]>