webassembly-language-runtimes icon indicating copy to clipboard operation
webassembly-language-runtimes copied to clipboard

Research how to provide easy way/tooling to extend with modules that have a .so binary companion

Open assambar opened this issue 3 years ago • 1 comments

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

assambar avatar Mar 01 '23 08:03 assambar

Why not pre-compile modules' .so to .wasm, add it into .whl? Users type 'pip install xxx' without addtional operations.

tcper avatar Mar 30 '23 11:03 tcper