Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctypes.util.find_library support on WASM platforms #99948

Open
ryanking13 opened this issue Dec 2, 2022 · 0 comments
Open

ctypes.util.find_library support on WASM platforms #99948

ryanking13 opened this issue Dec 2, 2022 · 0 comments
Labels

Comments

@ryanking13
Copy link

ryanking13 commented Dec 2, 2022

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

@ryanking13 ryanking13 added the type-bug An unexpected behavior, bug, or error label Dec 2, 2022
@brettcannon brettcannon added type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants