balena-os / balena-engine

Moby-based Container Engine for Embedded, IoT, and Edge uses
https://www.balena.io
Apache License 2.0
696 stars 67 forks source link

WebAssembly support #458

Open ravaga opened 5 months ago

ravaga commented 5 months ago

After the delivery of WASI Preview 2 or WASI 0.2, the expectation about running WebAssembly modules outside the browser as an alternative for containers has increased. In the last years, Docker and K8s officially support the deployment of Wasm modules (through containerd shims to a Wasm engine such as WasmEdge or Wasmer)

My question is: does the Balena engine support running Wasm modules? If not, are you planning to support it in the future?