we need to use wasmruntime of the CI image when available (and perhaps same version)
The build here is downloading wasmtime 5.0.0
It's image is mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-webassembly which should have 3.0.0 on it.
The image sets WASMTIME_PATH and WASMTIME_VERSION but we don't use it.
@radical @radekdoulik
we need to use wasmruntime of the CI image when available (and perhaps same version)
The build here is downloading wasmtime
5.0.0It's image is
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-webassemblywhich should have3.0.0on it.The image sets
WASMTIME_PATHandWASMTIME_VERSIONbut we don't use it.@radical @radekdoulik