Last active
December 1, 2024 12:39
-
-
Save radu-matei/429824de57dfaa2b1f7fded167c2b006 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package root:root; | |
world root { | |
import wasi:io/[email protected]; | |
import wasi:clocks/[email protected]; | |
import wasi:http/[email protected]; | |
import wasi:config/[email protected] | |
import wasi:cli/[email protected]; | |
import wasi:filesystem/[email protected]; | |
import wasi:sockets/[email protected]; | |
import wasi:random/[email protected]; | |
import wasi:keyvalue/[email protected]; | |
import fermyon:spin/[email protected]; | |
export wasi:http/[email protected]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment