File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ $ cargo component serve
50
50
This project automatically published compiled Wasm Components as OCI to GitHub
51
51
Artifacts. You can pull the artifact with any OCI-compliant tooling and run it
52
52
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 :
55
55
56
56
``` 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
58
58
$ wasmtime serve sample-wasi-http-rust.wasm
59
59
```
60
60
@@ -77,3 +77,5 @@ Apache-2.0 with LLVM Exception
77
77
[ gh-pkg ] : https://github.com/bytecodealliance/sample-wasi-http-rust/pkgs/container/sample-wasi-http-rust%2Fsample-wasi-http-rust
78
78
[ using-arifacts ] : #working-with-deployment-artifacts
79
79
[ 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