@@ -1310,7 +1310,7 @@ AC_ARG_ENABLE([wasm-dynamic-linking],
13101310[
13111311 AS_CASE ( [ $ac_sys_system] ,
13121312 [ Emscripten] , [ ] ,
1313- [ WASI] , [ AC_MSG_ERROR ( [ WASI dynamic linking is not implemented yet. ] ) ] ,
1313+ [ WASI] , [ ] ,
13141314 [ AC_MSG_ERROR ( [ --enable-wasm-dynamic-linking only applies to Emscripten and WASI] ) ]
13151315 )
13161316] , [
@@ -2388,7 +2388,7 @@ AS_CASE([$ac_sys_system],
23882388 dnl gh-117645: Set the memory size to 40 MiB, the stack size to 16 MiB,
23892389 dnl and move the stack first.
23902390 dnl https://github.com/WebAssembly/wasi-libc/issues/233
2391- AS_VAR_APPEND ( [ LDFLAGS_NODIST] , [ " -z stack-size=16777216 -Wl,--stack-first -Wl,--initial-memory=41943040"] )
2391+ dnl AS_VAR_APPEND ( [ LDFLAGS_NODIST] , [ " -z stack-size=16777216 -Wl,--stack-first -Wl,--initial-memory=41943040"] )
23922392 ]
23932393)
23942394
@@ -8185,9 +8185,9 @@ PY_STDLIB_MOD([_testclinic_limited], [test "$TEST_MODULES" = yes])
81858185PY_STDLIB_MOD([ _testlimitedcapi] , [ test "$TEST_MODULES" = yes] )
81868186PY_STDLIB_MOD([ _testinternalcapi] , [ test "$TEST_MODULES" = yes] )
81878187PY_STDLIB_MOD([ _testbuffer] , [ test "$TEST_MODULES" = yes] )
8188- PY_STDLIB_MOD([ _testimportmultiple] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = yes ] )
8189- PY_STDLIB_MOD([ _testmultiphase] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = yes ] )
8190- PY_STDLIB_MOD([ _testsinglephase] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = yes ] )
8188+ PY_STDLIB_MOD([ _testimportmultiple] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = foo ] )
8189+ PY_STDLIB_MOD([ _testmultiphase] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = foo ] )
8190+ PY_STDLIB_MOD([ _testsinglephase] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = foo ] )
81918191PY_STDLIB_MOD([ xxsubtype] , [ test "$TEST_MODULES" = yes] )
81928192PY_STDLIB_MOD([ _xxtestfuzz] , [ test "$TEST_MODULES" = yes] )
81938193PY_STDLIB_MOD([ _ctypes_test] ,
@@ -8196,8 +8196,8 @@ PY_STDLIB_MOD([_ctypes_test],
81968196
81978197dnl Limited API template modules.
81988198dnl Emscripten does not support shared libraries yet.
8199- PY_STDLIB_MOD([ xxlimited] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = yes ] )
8200- PY_STDLIB_MOD([ xxlimited_35] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = yes ] )
8199+ PY_STDLIB_MOD([ xxlimited] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = foo ] )
8200+ PY_STDLIB_MOD([ xxlimited_35] , [ test "$TEST_MODULES" = yes] , [ test "$ac_cv_func_dlopen" = foo ] )
82018201
82028202# substitute multiline block, must come after last PY_STDLIB_MOD()
82038203AC_SUBST ( [ MODULE_BLOCK] )
0 commit comments