suborbital / e2core

Server for sandboxed third-party plugins, powered by WebAssembly
https://suborbital.dev
Apache License 2.0
721 stars 42 forks source link

Replace vastly deprecated syscall with whatever is current. Probably exec. #426

Closed javorszky closed 1 year ago

javorszky commented 1 year ago

syscall calls are deprecated:

Deprecated: this package is locked down. Callers should use the corresponding package in the golang.org/x/sys repository instead. That is also where updates required by new systems or versions should be applied. See https://golang.org/s/go1.4-syscall for more information.

We should probably replace them