alamb opened a new issue, #6980: URL: https://github.com/apache/arrow-rs/issues/6980
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** - Part of https://github.com/apache/arrow-rs/issues/6818 As we improve the story for using `object_store` with WASM we currently check that the code compiles with WASM, but have no coverage for actually running tests iina. WASM runtime to verify behavior. For example, as @XiangpengHao we have no way to verify support for files larger than 4GB (where WASM's 32-bit `usize` can be a problem): - https://github.com/apache/arrow-rs/pull/6961 **Describe the solution you'd like** I would like to run all relevant tests from object_store on a wasm runtime to ensure they actually run **Describe alternatives you've considered** I don't really know much about how this works, but I can imagine potentially using this crate: https://github.com/bytecodealliance/wasmtime Somehow to run the generated wasm **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
