Replace get-libwasm-version.py script #7885
Labels
good first issue
Good for newcomers
help wanted
Issues for which we would appreciate help/support from the community
nice-to-have
We currently use a python script to find the correct libwasm version to send to the 08-wasm Dockerfile.
This is overkill and requires installing python dependencies, which is not necessary for such as a simple operation.
The best solution would be for the dockerfile itself to find the correct libwasm version to download, but the next best solution is to replace the python script with a minimal bash script.
If we solve it in the dockerfile, remove the usage of the script in Makefile and the
build-wasm-simd-image-from-tag.yml
file. Otherwise, replace the invocation ofscripts/get-libwasm-version.py
with a minimal bash script that does not require any dependencies and just returns the version in the same way as the python script.The text was updated successfully, but these errors were encountered: