deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slight shim hard-coded the wasm file name

Mossaka opened this issue · comments

The slight shim expects the wasm file to be named as app.wasm which forces the image creater to use this exact file name when creating a slight application image. We should relax this restriction.

Proposal: Slight should add a new entry in slightfile to specify the path to the wasm app.