-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support invoking wasi:http/incoming-handler (#1249)
* Support invoking wasi:http/incoming-handler * unsafety comment * Update golem-common/src/virtual_exports/http_incoming_handler.rs Co-authored-by: Daniel Vigovszky <daniel.vigovszky@gmail.com> * comments * test using wasm echo server * test restore of state when implementing wasi:http/incoming-handler * remove debug log --------- Co-authored-by: Daniel Vigovszky <daniel.vigovszky@gmail.com>
- Loading branch information
1 parent
3b373c7
commit d22a30c
Showing
139 changed files
with
34,092 additions
and
147 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,8 @@ pub mod tracing; | |
|
||
pub mod uri; | ||
|
||
pub mod virtual_exports; | ||
|
||
#[cfg(test)] | ||
test_r::enable!(); | ||
|
||
|
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
Oops, something went wrong.