Skip to content

Commit 9547f2f

Browse files
authored
Update mod.rs (#10492)
1 parent 3468026 commit 9547f2f

File tree

1 file changed

+1
-1
lines changed
  • crates/wasmtime/src/runtime/component/bindgen_examples

1 file changed

+1
-1
lines changed

crates/wasmtime/src/runtime/component/bindgen_examples/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ pub mod _6_exported_resources;
493493
/// * async functions are used
494494
/// * enabled async in bindgen! macro
495495
///
496-
/// See [wasi_async_example](https://github.com/bytecodealliance/wasmtime/tree/main/examples/wasi-async) for async function calls on a host.
496+
/// See [wasi_async_example](https://github.com/bytecodealliance/wasmtime/blob/main/examples/wasip1-async/main.rs) for async function calls on a host.
497497
///
498498
/// ```rust
499499
/// use wasmtime::Result;

0 commit comments

Comments
 (0)