-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Milestone
Description
We propose to remove the nacl ports (for amd64p32, 386, and arm).
Nacl is deprecated in favor of WebAssembly and @rsc made the point that it's no longer even a great sandbox in light of all the speculative execution problems of late.
The only current user of nacl is the playground (https://play.golang.org/) which we'd need to move to something else. Perhaps gVisor's runsc (https://github.com/google/gvisor#gvisor).
Related: #30324 (for faking time, network)
/cc @randall77 @ianlancetaylor @rsc @aclements @davecheney @josharian @andybons @dmitshur
dmitshur, jimmyfrasche, aclements, martisch, josharian and 18 morejosharian, justinclift and Mooninghnk