We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce012d3 commit fc10e5fCopy full SHA for fc10e5f
configure.ac
@@ -1323,7 +1323,7 @@ dnl See https://emscripten.org/docs/compiling/Dynamic-Linking.html
1323
AC_MSG_CHECKING([for --enable-wasm-dynamic-linking])
1324
AC_ARG_ENABLE([wasm-dynamic-linking],
1325
[AS_HELP_STRING([--enable-wasm-dynamic-linking],
1326
- [Enable dynamic linking support for WebAssembly (default is no); WASI requires external support])],
+ [Enable dynamic linking support for WebAssembly (default is no); WASI requires an external dynamic loader to handle imports])],
1327
[
1328
AS_CASE([$ac_sys_system],
1329
[Emscripten], [],
0 commit comments