Skip to content

Commit 8c7ae35

Browse files
committed
docs: update documentation with additional links for WASI-HTTP and related resources
1 parent 8a355bb commit 8c7ae35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
//! See the [fetch example] for a complete working app and a side-by-side comparison
100100
//! with the FastEdge SDK approach.
101101
//!
102+
//! [WASI-HTTP]: https://github.com/WebAssembly/wasi-http
103+
//! [`wstd`]: https://crates.io/crates/wstd
104+
//! [`cargo-component`]: https://github.com/bytecodealliance/cargo-component
105+
//! [fetch example]: https://github.com/fastedge-io/fastedge-examples/tree/main/fetch
106+
//!
102107
//! ## Feature Flags
103108
//!
104109
//! - `proxywasm` (default): Enable ProxyWasm compatibility layer

0 commit comments

Comments
 (0)