WASM Support #1298
phillebaba
started this conversation in
Feature Requests
WASM Support
#1298
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It is currently possible to run mixed Kubernetes clusters with nodes running WASM containers using krustlet. This is for example supported in AKS. The runwasi project has however made the process a lot simpler by enabling WASM workloads to run in containerd.
As there is already support for packaging WASM in an OCI format support for WASM would be trivial. In the case of runwasi I think it would just work out of the box as it would be Containerd who would to the actual image pulling.
This feature is currently in the early days of development so it may take a while until Spegel supports WASM containers.
All reactions