-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
ctypes.util.find_library support on WASM platforms #99948
Copy link
Copy link
Closed as not planned
Labels
Description
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
- CPython versions tested on: 3.11.0 Emscripten build from: https://github.com/tiran/cpython-wasm-test
- Operating system and architecture: Chrome 108.0.5359.71
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Done