What is the current state of porting a Rust project to WASM ?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. wasmer

    🚀 Fast, secure, lightweight containers based on WebAssembly

    If that's the case, try a runtime like Wasmer, wasmtime, WAVM, or SSVM.

  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. wasmtime

    A lightweight WebAssembly runtime that is fast, secure, and standards-compliant

    If that's the case, try a runtime like Wasmer, wasmtime, WAVM, or SSVM.

  4. WAVM

    WebAssembly Virtual Machine

    If that's the case, try a runtime like Wasmer, wasmtime, WAVM, or SSVM.

  5. 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.

    If that's the case, try a runtime like Wasmer, wasmtime, WAVM, or SSVM.

  6. rust-wasi-tutorial

    Rust version of the excellent WASI tutorial https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-tutorial.md

  7. wasm-bindgen-rayon

    Discontinued An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.

    you can use rayon with your wasm-project with this crate now. https://github.com/GoogleChromeLabs/wasm-bindgen-rayon

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

  • WebAssembly on Kubernetes

    13 projects | dev.to | 6 Mar 2025
  • Get in loser. We're rewinding the stack

    2 projects | news.ycombinator.com | 11 Feb 2025
  • WebAssembly: A promising technology that is quietly being enshitified

    1 project | news.ycombinator.com | 22 May 2024
  • Unlocking the Power of WebAssembly

    3 projects | dev.to | 10 Mar 2024
  • WASM Instructions

    13 projects | news.ycombinator.com | 18 Feb 2024

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