We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a355bb commit 8c7ae35Copy full SHA for 8c7ae35
1 file changed
src/lib.rs
@@ -99,6 +99,11 @@
99
//! See the [fetch example] for a complete working app and a side-by-side comparison
100
//! with the FastEdge SDK approach.
101
//!
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
+//!
107
//! ## Feature Flags
108
109
//! - `proxywasm` (default): Enable ProxyWasm compatibility layer
0 commit comments