Skip to content

Commit 174a858

Browse files
committed
chore: make ci happy
Signed-off-by: Chojan Shang <[email protected]>
1 parent 959734d commit 174a858

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

datafusion/physical-plan/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ uuid = { version = "^1.2", features = ["v4"] }
6262
[dev-dependencies]
6363
rstest = { workspace = true }
6464
rstest_reuse = "0.6.0"
65-
termtree = "0.4.1"
65+
termtree = "0.4.1"

datafusion/wasmtest/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ First, [install wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)
3737
Then use wasm-pack to compile the crate from within this directory
3838

3939
```
40+
export RUSTFLAGS="--cfg tokio_unstable"
4041
wasm-pack build
4142
```
4243

44+
**Note:** Due to limited support for WASM in `tokio`, setup `RUSTFLAGS` to ensure that all features enabled in the workspace can be compiled.
45+
4346
## Try it out
4447

4548
The `datafusion-wasm-app` directory contains a simple app (created with [`create-wasm-app`](https://github.com/rustwasm/create-wasm-app) and then manually updated to WebPack 5) that invokes DataFusion and writes results to the browser console.

0 commit comments

Comments
 (0)