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

Commit

Permalink
feat: add chat-client-rust-tokio
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <roman@profian.com>
  • Loading branch information
rvolosatovs committed Sep 1, 2022
1 parent 7b4cf4c commit 03d2dba
Show file tree
Hide file tree
Showing 7 changed files with 502 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
output:
- chat-client-rust-tokio
- chat-server-rust-tokio
- cryptle-rust
- echo-tcp-rust-mio
Expand Down
6 changes: 6 additions & 0 deletions Rust/tokio-chat-client/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
target = "wasm32-wasi"

[target.wasm32-wasi]
runner = ["enarx", "run", "--wasmcfgfile", "Enarx.toml"]
rustflags = [ "--cfg", "tokio_unstable"]
Loading

0 comments on commit 03d2dba

Please sign in to comment.