Stream: git-wasmtime

Topic: wasmtime / issue #6803 More Socket Option Flexibility in ...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 04 2023 at 15:51):

keithmattix opened issue #6803:

Feature

:wave:🏾 Hello! For the purposes of building something service mesh-esque using wasm, more flexible SOCK_OPT functionality in the socket interface would be extremely beneficial. The big one we use in mesh world is SO_ORIGINAL_DST, but there are others. How would I go about passing ~arbitrary socket options to the underlying host?

Benefit

Service mesh and other networking applications can have access to more complex socket functionality on the host.

Implementation

TBD


Last updated: Oct 23 2024 at 20:03 UTC