tustvold commented on PR #7226: URL: https://github.com/apache/arrow-rs/pull/7226#issuecomment-2694934382
> Does this compile on wasm32-unknown-unknown as well, or just wasm32-wasip1? It should do but requires some shenanigans with getrandom - https://docs.rs/getrandom/latest/getrandom/#webassembly-support > So why are we bothering w/ wasip1 at all? My understanding is wasip2 is not properly standardised yet, and there are real platforms that support wasip1 and that people might want to target. That being said I am really just using wasip1 as it is a well-defined WASM32 target, see above for the challenges of wasm32-unknown-unknown. -- 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