You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently both transport/v0 and transport/v1 hardcodes TCPConn for local WASI usage (caller <==> WATM) and UnixConn is unused. It would be potentially interesting to allow the use of UnixConn by caller's choice.
The text was updated successfully, but these errors were encountered:
This change potentially requires some more changes to be made to our dependency, the WebAssembly runtime wazero, given currently wazero supports only TCPConn among all net.Conn implementations.
Currently both
transport/v0
andtransport/v1
hardcodesTCPConn
for local WASI usage (caller <==> WATM) andUnixConn
is unused. It would be potentially interesting to allow the use ofUnixConn
by caller's choice.The text was updated successfully, but these errors were encountered: