PsiACE commented on code in PR #9187: URL: https://github.com/apache/arrow-datafusion/pull/9187#discussion_r1485459550
########## datafusion/wasmtest/README.md: ########## @@ -37,9 +37,12 @@ First, [install wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) Then use wasm-pack to compile the crate from within this directory ``` +export RUSTFLAGS="--cfg tokio_unstable" wasm-pack build ``` +**Note:** Due to limited support for WASM in `tokio`, setup `RUSTFLAGS` to ensure that all features enabled in the workspace can be compiled. Review Comment: I will adopt @jonmmease 's suggestion. -- 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]
