Closed
Description
https://build.golang.org/log/bf6cae84b57c5946f94da6f3291cb90281882f34
On js/wasm, syscall/fs_js.go is:
func Pipe(fd []int) error {
return ENOSYS
}
That causes many tests to fail.
I thought we were going to use the nacl code here? Did too much of that get ripped out?
/cc @neelance