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 df23306 commit 0873a64Copy full SHA for 0873a64
wit/preview2/world.wit
@@ -1,18 +1,18 @@
1
package fermyon:spin@2.0.0
2
3
-// All worlds the Spin host supports
+/// All worlds the Spin host supports
4
world host {
5
include fermyon:spin/host
6
include platform
7
}
8
9
-// The full world of a guest targeting an http-trigger
+/// The full world of a guest targeting an http-trigger
10
world http-trigger {
11
12
- export wasi:http/outgoing-handler@0.2.0-rc-2023-10-18
+ export wasi:http/incoming-handler@0.2.0-rc-2023-10-18
13
14
15
-// The imports needed for a guest to run on a Spin host
+/// The imports needed for a guest to run on a Spin host
16
world platform {
17
import wasi:http/outgoing-handler@0.2.0-rc-2023-10-18
18
import llm
0 commit comments