You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2021-02-03 22:46:58.457][1][critical][main] [external/envoy/source/server/server.cc:96] error initializing configuration '': WASM missing Proxy-Wasm ABI version or requires an unsupported version.
Hi @dkegel-sigsci , thanks for the bug report! Looks like our docs here are a little out of date and could use some love!
The default envoy image used by wasme deploy envoy is the Envoy backing Istio 1.5.1, but is usually changed by the user for whatever your ultimate target platform is.
For an example image that still works with that platform, you can try:
Thanks. Would it make sense to turn those demos from two-line demos into four-line demos by adding the 'wasme init...' and 'wasme build...' lines, then?
We've tried to split out the "Build tutorials" and the "Deploy tutorials" into two separate sections to avoid overloading folks with one bigger longer tutorial, as there's something of a natural breakpoint in the middle.
Describe the bug
The two-line demo https://docs.solo.io/web-assembly-hub/latest/tutorial_code/deploy_tutorials/deploying_with_local_envoy/ fails on line two with error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
runs demo instead of terminating with status 1
Additional context
Docker version 20.10.2, build 2291f61, on mac.
hi @ilackarms :-)
The text was updated successfully, but these errors were encountered: