@@ -39,7 +39,7 @@ The easiest way to get started is by using one of these wrapper libraries that
3939already have all of the WASM host imports resolved.
4040
4141For 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
4545npm 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
7070and any imports you need to provide in [ ` wit/world.wit ` ] ( wit/world.wit ) .
7171
7272For 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