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 020727d commit a17899dCopy full SHA for a17899d
crates/c-api/include/wasmtime/linker.h
@@ -242,7 +242,7 @@ wasmtime_linker_instantiate(const wasmtime_linker_t *linker,
242
* on success.
243
*
244
* This function automatically handles [Commands and
245
- * Reactors](https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md#current-unstable-abi)
+ * Reactors](https://github.com/WebAssembly/WASI/blob/main/legacy/application-abi.md#current-unstable-abi)
246
* instantiation and initialization.
247
248
* For more information see the [Rust
0 commit comments