Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
MSRV: "1.81"
RS_EXAMPLES_LIST: "dumbpipe-web,extism/host,extism/iroh-extism-host-functions,extism/plugin,iroh-automerge,iroh-gateway,frosty,browser-echo"
RS_EXAMPLES_LIST: "dumbpipe-web,extism/host,extism/iroh-extism-host-functions,extism/plugin,iroh-automerge,iroh-gateway,frosty,browser-echo,framed-messages"
WASM_EXAMPLES_LIST: "browser-echo"
IROH_FORCE_STAGING_RELAYS: "1"

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Forward http requests to dumbpipe. Share a local dev server publicly.

Use iroh through [extism]

### [framed messages](framed-messages)

Send chess moves back and forth on the same bi-directional stream by framing it using `tokio-util`'s `codec` feature.

### [frosty](frosty)

Experiment with [FROST] threshold signatures for iroh.
Expand Down
Loading
Loading