We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3468026 commit 9547f2fCopy full SHA for 9547f2f
crates/wasmtime/src/runtime/component/bindgen_examples/mod.rs
@@ -493,7 +493,7 @@ pub mod _6_exported_resources;
493
/// * async functions are used
494
/// * enabled async in bindgen! macro
495
///
496
-/// See [wasi_async_example](https://github.com/bytecodealliance/wasmtime/tree/main/examples/wasi-async) for async function calls on a host.
+/// See [wasi_async_example](https://github.com/bytecodealliance/wasmtime/blob/main/examples/wasip1-async/main.rs) for async function calls on a host.
497
498
/// ```rust
499
/// use wasmtime::Result;
0 commit comments