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
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: imports.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1209,8 +1209,8 @@ occured.</p>
1209
1209
<li><code>connect-in-progress</code></li>
1210
1210
<li><code>connected</code></li>
1211
1211
<li><code>closed</code>
1212
-
See <ahref="https://github.com/WebAssembly/wasi-sockets/TcpSocketOperationalSemantics.md">https://github.com/WebAssembly/wasi-sockets/TcpSocketOperationalSemantics.md</a>
1213
-
for a more information.</li>
1212
+
See <ahref="https://github.com/WebAssembly/wasi-sockets/blob/main/TcpSocketOperationalSemantics.md">https://github.com/WebAssembly/wasi-sockets/blob/main/TcpSocketOperationalSemantics.md</a>
1213
+
for more information.</li>
1214
1214
</ul>
1215
1215
<p>Note: Except where explicitly mentioned, whenever this documentation uses
1216
1216
the term "bound" without backticks it actually means: in the <code>bound</code> state <em>or higher</em>.
@@ -1279,7 +1279,7 @@ don't want to make use of this ability can simply call the native
1279
1279
<p>Connect to a remote endpoint.</p>
1280
1280
<p>On success:</p>
1281
1281
<ul>
1282
-
<li>the socket is transitioned into the <code>connection</code> state.</li>
1282
+
<li>the socket is transitioned into the <code>connected</code> state.</li>
1283
1283
<li>a pair of streams is returned that can be used to read & write to the connection</li>
1284
1284
</ul>
1285
1285
<p>After a failed connection attempt, the socket will be in the <code>closed</code>
@@ -1699,8 +1699,8 @@ their success or failure, after which the method can be retried.</p>
1699
1699
in progress at the time of calling <code>subscribe</code> (if any). Theoretically,
1700
1700
<code>subscribe</code> only has to be called once per socket and can then be
1701
1701
(re)used for the remainder of the socket's lifetime.</p>
0 commit comments