Update to Documentation on WASM Support #17115
Replies: 4 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
-
a new enough podman would do it automatically but if you don't have it, you can use |
Beta Was this translation helpful? Give feedback.
-
Hmmm... |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, trying to run my first WASM container with podman.
I've followed tutorials like this one:
OCI containers with Wasm
Built crun from source with wasmedge enabled:
I still get an exec format error when I try to run a container:
podman run --rm --annotation module.wasm.image/variant=compat-smart docker.io/wasmedge/example-wasi:latest /wasi_example_main.wasm 50000000
I presume crun should be the default preferred runtime. There are some steps on this page that I don't understand without reference to the files involved or more details.
Am I missing something? Is there a minimum podman version that is needed for WASM support? I presume I will need to configure something somewhere to handle the annotation, but that's what I don't see detailed online in general. If the CRUN docs could get updated that might be helpful.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions