WebAssembly WASM

Open-source WebAssembly projects categorized as WASM

WebAssembly (abbreviated WASM) is a binary instruction format for a stack-​based virtual machine. WebAssembly is an open standard that defines a portable binary-code format for executable programs, and a corresponding textual assembly language, as well as interfaces for facilitating interactions between such programs and their host environment.

Top 16 WebAssembly WASM Projects

  • assemblyscript

    A TypeScript-like language for WebAssembly.

  • Project mention: Let's Write a Malloc | news.ycombinator.com | 2023-11-26

    Incidentally, it’s also what AssemblyScript uses: https://github.com/AssemblyScript/assemblyscript/blob/main/s...

  • wasmboy

    Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • waforth

    Small but complete dynamic Forth Interpreter/Compiler for and in WebAssembly

  • Project mention: Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust | news.ycombinator.com | 2024-03-07

    Super nice project! I also spent the last month writing a WASM interpreter ( https://github.com/rrampage/wart ) using Java 21. I started it as an excuse to try out the pattern matching in switch / sealed classes in Java. It kind of snowballed in scope and can now run Doom and Waforth ( https://github.com/remko/waforth )! Have not yet tried compiling it to WASM and running it as a meta-circular interpreter.

  • raw-wasm

    Raw WebAssembly demos

  • Uno.Wasm.Bootstrap

    A simple nuget package to run C# code in a WASM-compatible browser

  • Web49

    Web49: WebAssembly Interpeter

  • wasker

    Wasm compiler for running Wasm on your favorite kernel

  • Project mention: Show HN: Wasker – A WASM compiler for running WASM on your favorite kernel | news.ycombinator.com | 2023-12-29
  • 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.

    InfluxDB logo
  • wasm2lua

    wasm2lua: converting WASM into Lua

  • scheme

    An R7RS Scheme implemented in WebAssembly

  • Project mention: Implementing Cosine in C from Scratch | news.ycombinator.com | 2023-06-05

    I went through the same exercise implementing trig functions for scheme in webassembly...

    It was a rabbit hole for sure

    https://github.com/PollRobots/scheme/blob/main/scheme.wasm/s...

  • xxhash-wasm

    A WebAssembly implementation of xxHash

  • owi

    WebAssembly Swissknife

  • practice-wasm

    A WebAssembly VM with a full-featured Web UI debugger implemented in Rust.

  • wasm3_dino_rpi_pico

    WebAssembly Dino game for PPi Pico

  • rabin-wasm

    Rabin fingerprinting implemented in WASM

  • wasm-snake

    Classic Snake in direct WebAssembly

  • Project mention: Classic Snake in Direct WebAssembly Text | news.ycombinator.com | 2024-03-04

    All of the game graphics, state and logic are written in WebAssembly Text. The host environment (Javascript) is responsible for:

    Game tick loop

    User input

    Providing characters "0123456789GAMEOVER" byte data on game startup

    Blitting the pixel buffer to the display with WebGL2

    The game uses 3 virtual pages of memory (64kb each) for a total of 192kb. Within those exist the pixel buffer contents, the characters data and snake positions. For more detailed breakdown you can check src/snake.wat.

    The memory is shared between WASM and JS. On each game tick, the pixel buffer region of the memory is transferred to a WebGL2 texture, uploaded to the GPU and blitted to the screen.

    For more info you can refer to the repo - https://github.com/gnikoloff/wasm-snake

  • wasmrogue

    A roguelike written in WASM, of all things.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

WebAssembly WASM related posts

Index

What are some of the best open-source WASM projects in WebAssembly? This list will help you:

Project Stars
1 assemblyscript 16,432
2 wasmboy 1,358
3 waforth 451
4 raw-wasm 417
5 Uno.Wasm.Bootstrap 353
6 Web49 323
7 wasker 238
8 wasm2lua 177
9 scheme 165
10 xxhash-wasm 109
11 owi 103
12 practice-wasm 101
13 wasm3_dino_rpi_pico 39
14 rabin-wasm 28
15 wasm-snake 7
16 wasmrogue 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com