Skip to content
New issue

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

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

Already on GitHub? # to your account

implement loading of extension modules (dynamic link libraries) #9

Closed
williamstein opened this issue Jul 20, 2022 · 1 comment
Closed

Comments

@williamstein
Copy link
Contributor

Make it so python-wasm is capable of loading C extension modules that are not statically linked into the core python.wasm bundle.

Emscripten does this, but I don't know if anything else does. We probably need to reimplement this from scratch.

Here's the emscripten code which might be inspirational: https://github.com/emscripten-core/emscripten/blob/77da62969eb0b5efe4ce4a0c9ce67c45b9e32638/src/library_dylink.js

@williamstein
Copy link
Contributor Author

Done.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant