This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasmtime: add net syscalls for an udp echo server
This demo shows the extension of the previously introduced _stdio_ syscall module, and adds a _net_ syscall module, which implements rudimentary UDP functionality. The WASM guest application uses these syscalls to build an UDP echo server.
- Loading branch information
Showing
9 changed files
with
1,928 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ members = [ | |
"wasmtime-basic", | ||
"wasmtime-native-embed", | ||
"wasmtime-custom-syscall", | ||
"wasmtime-udp-echoserver", | ||
] |
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.