Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 951 Bytes

File metadata and controls

36 lines (22 loc) · 951 Bytes

WebAssembly (WASM) - WASI playground

KWasmer

KWasmer provides a set of tools to help you run WebAssembly Containers on Kubernetes. See the specific README.md for more details.

Container images

Java

See the specific README.md for more details about the container image and how it's built.

JavaScript

See the specific README.md for more details about the container image and how it's built.

Running the images

Podman

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

Docker Desktop