We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c0f0f commit 1f7d009Copy full SHA for 1f7d009
design/mvp/Explainer.md
@@ -939,9 +939,9 @@ default world Command {
939
export main: "wasi:cli/main"
940
}
941
```
942
-where `wasi:filesystem`, `wasi:log` and `wasi:main` are separately defined
943
-interfaces that map to instance types. This "World" definition then maps to the
944
-following component type:
+where `wasi:filesystem`, `wasi:cli/console` and `wasi:cli/main` are separately
+defined interfaces that map to instance types. This "World" definition then
+maps to the following component type:
945
946
(component $Command
947
(import "fs" "wasi:filesystem" (instance ... filesystem function exports ...))
0 commit comments