solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
305 stars 39 forks source link

AssemblyScript filters created for Istio 1.7 are not showing as compatible #216

Closed Sodman closed 3 years ago

Sodman commented 3 years ago

Describe the bug In wasme v0.0.29, create an assemblyscript filter targeting Istio 1.7.

The filter itself will work with Istio 1.7, but the example generated by wasme init is missing the version information from the runtime-config.json to allow it to deploy to Istio 1.7.

Expected behavior This deployment should work without having to specify --ignore-verison-check flag.

Additional context This bug is specific to Istio 1.7 and wasme v0.0.29

Sodman commented 3 years ago

Not quite fixed yet, we missed codegen to pull the latest AS bundle into the wasme binary.