Skip to content

Commit

Permalink
rustclient: migrate to tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Nov 11, 2024
1 parent 78a5731 commit fc6985b
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 920 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then drop you inside of it in a `bash` shell. You can then run any of

```
make all # Make everything
make enclave # Make all of the enclave stuf
make enclave # Make all of the enclave stuff
make host # Make all of the host stuff
(cd enclave && make $SOMETARGET) # Make just a specific target in enclave
(cd host && make $SOMETARGET) # Make just a specific target in host
Expand Down
Loading

0 comments on commit fc6985b

Please sign in to comment.