Skip to content

Commit 0277ec3

Browse files
fix(lang/rust): remove wasi namespace config
1 parent bb1832d commit 0277ec3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

component-model/src/tutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ To do this, we can [`wkg`][wkg] from [`wasm-pkg-tools`][wasm-pkg-tools]. We must
141141
default_registry = "ghcr.io"
142142

143143
[namespace_registries]
144-
# Tell wkg that packages with the `wasi` namespace are in an OCI registry under ghcr.io/webassembly
145-
wasi = { registry = "wasi", metadata = { preferredProtocol = "oci", "oci" = {registry = "ghcr.io", namespacePrefix = "webassembly/" } } }
146144
# Tell wkg that the component-book WITs can be found at ghcr.io/bytecodealliance/docs
147145
docs = { registry = "docs", metadata = { preferredProtocol = "oci", "oci" = {registry = "ghcr.io", namespacePrefix = "bytecodealliance/" } } }
148146
```

0 commit comments

Comments
 (0)