Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix: Rust config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranjazy authored and rvolosatovs committed Dec 14, 2022
1 parent 517aea8 commit 367e3fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
2 changes: 1 addition & 1 deletion demos/chat-client/rust/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
target = "wasm32-wasi"

[target.wasm32-wasi]
runner = ["enarx", "run", "--wasmcfgfile", "Enarx.toml"]
runner = ["enarx", "run", "--wasmcfgfile", "../Enarx.toml"]
rustflags = [ "--cfg", "tokio_unstable"]
20 changes: 10 additions & 10 deletions demos/chat-client/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions demos/chat-server/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 367e3fb

Please sign in to comment.