waynexia commented on PR #9189:
URL: 
https://github.com/apache/arrow-datafusion/pull/9189#issuecomment-1951333222

   I've extracted all the references into `datafusion_common` and added a 
target family gateway. Now the implementation of `Instant` will switch 
automatically when compiling under `wasm32-unknown-unknown`.
   
   I also extended `wasmtest` to include unit tests, which can be run by 
`wasm-pack test`. Refer to `datafusion/wasmtest/README.md` for detailed 
commands. Noticed that I haven't added CI for it, because the `--headless` mode 
has some unknown problem and would timeout in my environment. Once I fix it we 
can have a CI about wasm by following the link I added in `README.md`.
   
   The lock file of `datafusion-cli` still contains `instant` crate. This seems 
to be a bug of cargo: https://github.com/rust-lang/cargo/issues/10801. I've 
tested that it won't be used in actual. 


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

Reply via email to