runwasi: wasmedge echo hangs on second execution
To repro run the following:
sudo ctr run --rm --runtime=io.containerd.wasmedge.v1 ghcr.io/containerd/runwasi/wasi-demo-app:latest testwasm /wasi-demo-app.wasm echo 'hello'
hello
exiting
sudo ctr run --rm --runtime=io.containerd.wasmedge.v1 ghcr.io/containerd/runwasi/wasi-demo-app:latest testwasm /wasi-demo-app.wasm echo 'hello'
hello
exiting
# hangs here
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (9 by maintainers)
@jprendes Thank you! I am currently on vacation but I will try it out asap!
I think the demo source is here.
@CaptainVincent