File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ $ cargo component serve
5050This project automatically published compiled Wasm Components as OCI to GitHub
5151Artifacts. You can pull the artifact with any OCI-compliant tooling and run it
5252in 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
You can’t perform that action at this time.
0 commit comments