Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 4569f73

Browse files
authored
docs: fixed missing command to add wasm32-wasi target (#35)
Signed-off-by: Zach Rhoads <[email protected]>
1 parent b8caa32 commit 4569f73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

containerd-shim-slight-v1/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ git clone https://github.com/deislabs/containerd-wasm-shims.git
8181
cd containerd-wasm-shims/images/slight
8282
```
8383

84-
Use `cargo` to install the `wasm32-wasi` target and build the application. For example:
84+
Use `rustup` to install the `wasm32-wasi` target and `cargo` to build the application. For example:
8585

8686
```bash
87+
rustup target add wasm32-wasi
8788
cargo build --target wasm32-wasi
8889
```
8990

0 commit comments

Comments
 (0)