Skip to content

marcnuri-demo/wasm-wasi-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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