Skip to content

fix: hack around mdbook-linkcheck warnings #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions component-model/src/language-support/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,6 @@ or any other host.

See the [Rust Tooling guide](../language-support/rust.md#running-a-component-from-rust-applications) for instructions on how to run this component from
the Rust `example-host` (replacing the path to `add.wasm` with your `add-component` above).

[!NOTE]: #
[!WARNING]: #
4 changes: 4 additions & 0 deletions component-model/src/language-support/csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ This kind of error normally indicates that the host in question does not contain

[host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host
[add-to-linker]: https://docs.wasmtime.dev/api/wasmtime_wasi/fn.add_to_linker_sync.html
[example-host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host

## Building a component that exports an interface

Expand Down Expand Up @@ -325,3 +326,6 @@ wasmtime run ./dist/main.wasm
Check out the [componentize-dotnet docs][componentize-dotnet-docs] for more configurations options.

[componentize-dotnet-docs]: https://github.com/bytecodealliance/componentize-dotnet

[!NOTE]: #
[!WARNING]: #
3 changes: 3 additions & 0 deletions component-model/src/language-support/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,6 @@ cargo run --release -- 1 2 /path/to/add.wasm
```

[example-host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host

[!NOTE]: #
[!WARNING]: #
4 changes: 4 additions & 0 deletions component-model/src/language-support/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,3 +548,7 @@ reverseAndUppercase('!dlroW olleH') = HELLO WORLD!

[wac]: https://github.com/bytecodealliance/wac
[jco-examples-string-reverse-upper]: https://github.com/bytecodealliance/jco/tree/main/examples/components/string-reverse-upper

[!TIP]: #
[!NOTE]: #
[!WARNING]: #
2 changes: 2 additions & 0 deletions component-model/src/language-support/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,5 @@ $ python3 host.py
[add-wasm]: https://github.com/bytecodealliance/component-docs/blob/main/component-model/examples/example-host/add.wasm

[adder-wit]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/tutorial/wit/adder/world.wit

[!NOTE]: #