Skip to content

Commit

Permalink
add: compile flag for unstable tokio version
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Chi committed Oct 20, 2023
1 parent aad0812 commit 292930c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/water_bins/echo_client/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
target = "wasm32-wasi"

[target.wasm32-wasi]
rustflags = [ "--cfg", "tokio_unstable"]
5 changes: 5 additions & 0 deletions examples/water_bins/ss_client_wasm_v1/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
target = "wasm32-wasi"

[target.wasm32-wasi]
rustflags = [ "--cfg", "tokio_unstable"]

0 comments on commit 292930c

Please sign in to comment.