Skip to content

Commit 408ddf4

Browse files
committed
links
1 parent 9ee2bf4 commit 408ddf4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The easiest way to get started is by using one of these wrapper libraries that
3939
already have all of the WASM host imports resolved.
4040

4141
For JavaScript users, you can use npm, [pnpm], [Yarn], or your other favorite
42-
npm package manager to install [`hello-world-rust-wasm-component`] from npm.
42+
npm package manager to install [`hello-world-rust-wasm-component` from npm].
4343

4444
```sh
4545
npm install hello-world-rust-wasm-component
@@ -70,7 +70,7 @@ You can use any [WASM host runtime for components]. You can find the API surface
7070
and any imports you need to provide in [`wit/world.wit`](wit/world.wit).
7171

7272
For language-specific binding documentation, check out
73-
[`hello-world-rust-wasm-component.js`].
73+
[hello-world-rust-wasm-component.js].
7474

7575
## Development
7676

@@ -112,4 +112,8 @@ generated by GitHub Actions.
112112
[`wasm-tools`]: https://github.com/bytecodealliance/wasm-tools
113113
[bytecodealliance/wasmtime releases]: https://github.com/bytecodealliance/wasmtime/releases
114114
[draft release]: https://github.com/jcbhmr/hello-world-wasm-component/actions/workflows/draft-release.yml
115+
[hello-world-rust-wasm-component.js]: https://github.com/jcbhmr/hello-world-rust-wasm-component/tree/main/hello-world-rust-wasm-component.js
116+
[yarn]: https://yarnpkg.com/
117+
[pnpm]: https://pnpm.io/
118+
[`hello-world-rust-wasm-component` from npm]: https://www.npmjs.com/package/hello-world-rust-wasm-component
115119
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)