zeroshade commented on PR #14026:
URL: https://github.com/apache/arrow/pull/14026#issuecomment-1243023009

   @tschaub any particular reason you're using TinyGo over just using go's 
`GOOS=js GOARCH=wasm` and building a wasm binary that way? I was able to build 
a simple wasm binary using Arrow Go by doing:
   
   `GOOS=js GOARCH=wasm go build -tags noasm -o arrow.wasm ./main.go` 
   
   Sure it won't be as small as TinyGo might be able to create, but the 
arrow.wasm this created was only around 8M.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to