vmware-labs / webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released
Apache License 2.0
327 stars 27 forks source link

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

Open assambar opened 1 year ago

assambar commented 1 year ago

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

tcper commented 1 year ago

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