We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Done.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: