containerd-wasm-shims VS runc

Compare containerd-wasm-shims vs runc and see what are their differences.

containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes (by deislabs)

runc

CLI tool for spawning and running containers according to the OCI specification (by opencontainers)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
containerd-wasm-shims runc
4 32
293 11,469
3.1% 1.0%
8.1 9.3
about 1 month ago 6 days ago
Rust Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

containerd-wasm-shims

Posts with mentions or reviews of containerd-wasm-shims. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-28.
  • Spin 1.0 — The Developer Tool for Serverless WebAssembly
    17 projects | dev.to | 28 Mar 2023
    Besides deploying the application locally and deploying to Fermyon Cloud, you can also deploy your Spin application to Kubernetes using the new Containerd integration for Spin.
  • Why did the Krustlet project die?
    6 projects | /r/kubernetes | 14 Jan 2023
    Yeah, runtimeClass lets you specify which CRI plugin you want based on what you have available. Here's an example from the containerd documentation - you could have one node that can run containers under standard runc, gvisor, kata containers, or WASM. Without runtimeClass, you'd need either some form of custom solution or four differently configured nodes to run those different runtimes. That's how krustlet did it - you'd have kubelet/containerd nodes and krustlet/wasm nodes, and could only run the appropriate workload on each node type.
  • New Docker Desktop: Run WASM Applications Alongside Linux Containers in Docker
    8 projects | news.ycombinator.com | 7 Dec 2022
    You can absolutely install the wasm shim without Desktop. (They won't tell you that because Desktop is a revenue stream for Mirantis.)

    In your VM or WSL instance that's running Docker, get the shim from here: https://github.com/deislabs/containerd-wasm-shims (You might need to build it yourself)

    Then specify the --runtime and --platform arguments like instructed in the doc, but with a slight modification:

    --runtime=containerd-wasm-shim=/path/to/containerd/wasm/shim

    This works because the container runtime is simply a Go binary, and Go binaries are completely self-contained.

runc

Posts with mentions or reviews of runc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-13.

What are some alternatives?

When comparing containerd-wasm-shims and runc you can also consider the following projects:

krustlet - Kubernetes Rust Kubelet

crun - A fast and lightweight fully featured OCI runtime and C library for running containers

spin-plugin-k8s - A Kubernetes Plugin for Fermyon Spin

Moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

spin-fileserver - A static file server implemented as a Spin component

youki - A container runtime written in Rust

runwasi - Implementation for runs wasm workloads in Wasmedge

podman - Podman: A tool for managing OCI containers and pods.

preview2-prototyping - Polyfill adapter for preview1-using wasm modules to call preview2 functions.

containerd - An open and reliable container runtime

Podman Desktop - Podman Desktop - A graphical tool for developing on containers and Kubernetes

conmon - An OCI container runtime monitor.