|
|
|
|
|
by bacongobbler
2269 days ago
|
|
Hi! Krustlet maintainer here. The idea behind the project is to run WebAssembly modules in Kubernetes. You would have to compile your Python script to WebAssembly before it could be executed. If your WebAssembly module complies with the WebAssembly System Interface, Krustlet can run it. It's important to note that the WASI standard and wasmtime are still under heavy development. There are some key features (like networking) that are currently missing, but will be made available in future updates. |
|