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
Create and save `index.html` page with the following contents:
22
+
Create and save an `index.html` page with the following contents:
23
23
24
24
```html
25
25
<html>
@@ -155,7 +155,7 @@ A _build_ is a combination of ruby version, _profile_, and _target_.
155
155
156
156
The current WASI target build does not yet support `Thread` related APIs. Specifically, WASI does not yet have an API for creating and managing threads yet.
157
157
158
-
Also there is no support for networking. It is one of the goal of WASI to support networking in the future, but it is not yet implemented.
158
+
Also there is no support for networking. It is one of the goals of WASI to support networking in the future, but it is not yet implemented.
0 commit comments