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
I know you're already working (or will work) on supporting Preview 2.
It would be important to support the sockets component, both when targeting a runtime like Node.js, or the browser.
Use case: rewriting an extension which uses the Node.js net.Socket or tls.TLSSocket in WebAssembly.
Supported runtimes:
Node.js: binding to TCP socket via Node.js APIs
Browser: wrapping a WebSocket instance
The text was updated successfully, but these errors were encountered:
I know you're already working (or will work) on supporting Preview 2.
It would be important to support the
sockets
component, both when targeting a runtime like Node.js, or the browser.Use case: rewriting an extension which uses the Node.js
net.Socket
ortls.TLSSocket
in WebAssembly.Supported runtimes:
The text was updated successfully, but these errors were encountered: