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 b7415b2 commit e4b31d9Copy full SHA for e4b31d9
wit/deps/[email protected]/world.wit
wit/world.wit
@@ -1 +1,13 @@
1
-package spin:top-level;
+package fermyon:spin@3.0.0;
2
+
3
+/// The full world of a guest targeting an http-trigger
4
+world http-trigger {
5
+ include platform;
6
+ export wasi:http/incoming-handler@0.2.0;
7
+}
8
9
+/// The imports needed for a guest to run on a Spin host
10
+world platform {
11
+ include fermyon:spin/platform@2.0.0;
12
+ import wasi:config/store@0.2.0-draft-2024-09-27;
13
0 commit comments