We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071a9ba commit 4ed31e3Copy full SHA for 4ed31e3
1 file changed
CONTRIBUTING.md
@@ -14,13 +14,9 @@ channel](https://bytecodealliance.zulipchat.com/#narrow/stream/394175-SIG-Guest-
14
15
## Building from source
16
17
-For the time being, we use a temporary fork of WASI-SDK which enables both
18
-shared library support and dlopen/dlsym. Once those features are upstreamed,
19
-we'll switch. Specifically, the remaining patches are:
20
-
21
-- https://github.com/WebAssembly/wasi-libc/pull/429
22
-- https://github.com/WebAssembly/wasi-sdk/pull/338
23
-- Additional, yet-to-be created PRs to enable dlopen/dlsym
+For the time being, we use temporary forks of `wasi-sdk` and `wasi-libc` which
+enable support for `wasi-sockets`. Once that support is upstreamed, we'll
+switch.
24
25
### Prerequisites
26
0 commit comments