H-Plus-Time commented on PR #329:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/329#issuecomment-2807878631

   I tested through object-store-wasm (which provided all the wasm-bindgen 
bindings to create object store instances and so on from JS), but a reasonable 
approach would be:
   1. A single wasm-bindgen'd method that sets up a simple `HttpStore` pointing 
to localhost, and does a selection of simple operations (head, full get, ranged 
get) on a pre-defined object.
   2. Spin up a http server on localhost (serving static files, specifically 
that pre-defined object).
   3. Import, instantiate and run that wasm-bindgen'd module in a NodeJS script.
   
   wasm-bindgen-test essentially does 1 and 3, a simple startup and teardown 
script for the server component would be all that's needed for 2.
   
   It shouldn't be too much trouble, I'll get something basic together in the 
next few days.


-- 
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