KWasmer provides a set of tools to help you run WebAssembly Containers on Kubernetes. See the specific README.md for more details.
See the specific README.md for more details about the container image and how it's built.
See the specific README.md for more details about the container image and how it's built.
Podman supports running wasi/wasm OCI container images through crun.
Requirements:
- crun
- crun-wasm
# Run the JavaScript image
podman run -it --rm --platform=wasi/wasm docker.io/marcnuri/hello-world-of-wasm:js
# Run the Java image
podman run -it --rm --platform=wasi/wasm docker.io/marcnuri/hello-world-of-wasm:java