tschaub commented on PR #3707: URL: https://github.com/apache/arrow/pull/3707#issuecomment-1231850006
Thanks for the suggestion. I'm still seeing the `syscall` issues with `-tags noasm`. ``` GOOS=js GOARCH=wasm go build -tags noasm -o test.wasm ./main.go # github.com/apache/thrift/lib/go/thrift ../../go/pkg/mod/github.com/apache/[email protected]/lib/go/thrift/socket_unix_conn.go:60:63: undefined: syscall.MSG_PEEK ../../go/pkg/mod/github.com/apache/[email protected]/lib/go/thrift/socket_unix_conn.go:60:80: undefined: syscall.MSG_DONTWAIT ``` I'll dig more later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
