Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 013d3ee

Browse files
committed
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.
1 parent 9834e7c commit 013d3ee

File tree

7 files changed

+1904
-0
lines changed

7 files changed

+1904
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ members = [
66
"wasmtime-basic",
77
"wasmtime-native-embed",
88
"wasmtime-custom-syscall",
9+
"wasmtime-udp-echoserver",
910
]

0 commit comments

Comments
 (0)