Skip to content

Commit 582e40f

Browse files
committed
Update README.md
1 parent 6012dee commit 582e40f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ $ cargo component serve
5050
This project automatically published compiled Wasm Components as OCI to GitHub
5151
Artifacts. You can pull the artifact with any OCI-compliant tooling and run it
5252
in any Wasm runtime that supports the `wasi:http/proxy` world. To fetch the
53-
latest published version from GitHub releases and run it in a local `wasmtime`
54-
instance you can run the following command:
53+
latest published version from GitHub releases using [wkg][wkg] and run it in a
54+
local [`wasmtime` instance][wasmtime] you can run the following commands:
5555

5656
```bash
57-
$ wkg pull ghcr.io/bytecodealliance/sample-wasi-http-rust/sample-wasi-http-rust:latest
57+
$ wkg oci pull ghcr.io/bytecodealliance/sample-wasi-http-rust/sample-wasi-http-rust:latest
5858
$ wasmtime serve sample-wasi-http-rust.wasm
5959
```
6060

@@ -77,3 +77,5 @@ Apache-2.0 with LLVM Exception
7777
[gh-pkg]: https://github.com/bytecodealliance/sample-wasi-http-rust/pkgs/container/sample-wasi-http-rust%2Fsample-wasi-http-rust
7878
[using-arifacts]: #working-with-deployment-artifacts
7979
[wasi-http]: https://github.com/WebAssembly/wasi-http
80+
[wkg]: https://github.com/bytecodealliance/wasm-pkg-tools/tree/main/crates/wkg
81+
[wasmtime]: https://wasmtime.dev

0 commit comments

Comments
 (0)