Spin python wasm not working as expected ... what am I missing ? #3140
Replies: 1 comment 3 replies
-
I'm not sure what Envoy expects as an OCI format, but the Spin application OCI format contains a full Spin application, manifest, Wasm binaries, data files and all. It looks from the error as if Envoy is looking to pull a single Wasm binary. Envoy's instructions for creating a Wasm OCI appear to recommend doing a Note that this will only copy the raw binary, not any file assets or Spin configuration, because those are part of the Spin application not part of the Wasm binary ( Hope this helps and please forgive me if it doesn't, I'm somewhat guessing based off the Envoy docs! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I am trying to spin a python WASM with
and than use it with envoy which reports (no matter how I push the build)
I was trying
as well as in OCI format after reading the PR #1014
still I cannot get it running except with
What am I missing to make the spin-python-sdk run as WASM plugin with envoy ?
Beta Was this translation helpful? Give feedback.
All reactions