-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow passing Headers object to res.set
Signed-off-by: karthik2804 <[email protected]> pull in latest changes Signed-off-by: karthik2804 <[email protected]>
- Loading branch information
1 parent
bc626f7
commit 6ac9b48
Showing
6 changed files
with
86 additions
and
61 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ package fermyon:[email protected]; | |
|
||
world spin-imports { | ||
import wasi:http/outgoing-handler@0.2.0; | ||
include wasi:cli/imports@0.2.0; | ||
import llm; | ||
import redis; | ||
import postgres; | ||
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ class SpinSdkPlugin { | |
constructor() { | ||
this.externals = { | ||
"wasi:http/[email protected]": "wasi:http/[email protected]", | ||
"wasi:cli/[email protected]": "wasi:cli/[email protected]", | ||
"wasi:filesystem/[email protected]": "wasi:filesystem/[email protected]", | ||
"fermyon:spin/[email protected]": "fermyon:spin/[email protected]", | ||
"fermyon:spin/[email protected]": "fermyon:spin/[email protected]", | ||
"fermyon:spin/[email protected]": "fermyon:spin/[email protected]", | ||
|
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