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

fix: Asset name for PHP CLI with wasmedge #92

Closed assambar closed 1 year ago

assambar commented 1 year ago

Fixed name can be seen here - https://github.com/assambar/webassembly-language-runtimes/releases/tag/php%2F8.2.0%2B20230418-79f102d

From php-wasmedge.wasm to php-8.2.0-wasmedge.wasm

Note: tried doing it in a better way (similar to what we have with libs), but could not make it workeasily, so just reused the "build-php-cli" which we got from earlier WasmEdge releases. Again, this should be fixed with proper flavors and name decisions taken during the actual build.