Bug report
ctypes.util.find_library doesn't work on WASM platforms like emscripten, wasi.
There is no condition that handles sys.platform in ('emscripten', 'wasi'), and it always returns None since the subprocess module is not available in WASM platforms.
Your environment
Linked PRs
Bug report
ctypes.util.find_librarydoesn't work on WASM platforms like emscripten, wasi.There is no condition that handles
sys.platform in ('emscripten', 'wasi'), and it always returns None since the subprocess module is not available in WASM platforms.Your environment
Linked PRs