webassembly-language-runtimes
webassembly-language-runtimes copied to clipboard
Research how to provide easy way/tooling to extend with modules that have a .so binary companion
Is your feature request related to a problem? Please describe.
Can't do this now
Describe the solution you'd like
Take the time to research how and if we can do this
Describe alternatives you've considered
No response
Additional context
No response
Why not pre-compile modules' .so to .wasm, add it into .whl? Users type 'pip install xxx' without addtional operations.