😎 Manage WebAssembly Apps in WasmEdge Using Docker Tools

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. rustwasmc

    Discontinued Tool for building Rust functions for Node.js. Combine the performance of Rust, safety and portability of WebAssembly, and ease of use of JavaScript.

    The sample Wasm application is written in Rust. To make it work, make sure that you have Rust and the rustwasmc toolchains installed.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. SSVM

    WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

    Developers can leverage Docker tools such as the DockerHub and CRI-O to deploy, manage, and run lightweight WebAssembly applications in WasmEdge. WasmEdge, an advanced WebAssembly runtime hosted by the CNCF (Cloud Native Computing Foundation), is an execution sandbox for Edge Computing applications.

  4. runw

    One of the great advantages of Docker is its rich ecosystem of tools. At WasmEdge, we would like to bring Docker-like tooling to our developers. To accomplish that, we created an alternative runner for CRI-O, called runw, to load and run WebAssembly bytecode programs as if they are Docker image files.

  5. cri-tools

    CLI and validation tools for Kubelet Container Runtime Interface (CRI) .

    Also make sure that you have cri-o, crictl, containernetworking-plugins, and buildah or docker installed.

  6. cri-o

    Open Container Initiative-based implementation of Kubernetes Container Runtime Interface

    Also make sure that you have cri-o, crictl, containernetworking-plugins, and buildah or docker installed.

  7. plugins

    Some reference and example networking plugins, maintained by the CNI team. (by containernetworking)

    Also make sure that you have cri-o, crictl, containernetworking-plugins, and buildah or docker installed.

  8. buildah

    A tool that facilitates building OCI images.

    Also make sure that you have cri-o, crictl, containernetworking-plugins, and buildah or docker installed.

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. cli

    The Docker CLI (by docker)

    Also make sure that you have cri-o, crictl, containernetworking-plugins, and buildah or docker installed.

  11. wasm-learning

    Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.

    The application source code is just a main.rs function. It is here. The application demonstrates how to access the file system and other operating system resources from WasmEdge using the standard Rust API.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • WASM Will Replace Containers

    21 projects | news.ycombinator.com | 11 Feb 2025
  • Weird Cargo.toml depedencies

    1 project | /r/rust | 11 Jul 2023
  • Kubernetes Security tooling -Open Source (Non-SaaS

    2 projects | /r/kubernetes | 26 Mar 2023
  • Containerless! How to Run WebAssembly Workloads on Kubernetes with Rust

    11 projects | dev.to | 30 Jan 2022
  • WebAssembly: The New Kubernetes?

    19 projects | news.ycombinator.com | 21 Jan 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?