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

Better dependency generation #59

Closed gzurl closed 1 year ago

assambar commented 1 year ago

In general, I think is fine to use WASMLABS_OUTPUT as the prefix for libraries installation, but I would not do that for final programs (e.g. such as php, python, ruby...).

Totally agreed. We discussed it with @gzurl. I will be thinking of a way to be able to use this prefix when building locally and an empty one when building for publishing.

But I will do that as part of the changes to publish separate libraries.

ereslibre commented 1 year ago

Sounds great @assambar, thanks!