WebAssembly WebAssembly

Open-source WebAssembly projects categorized as WebAssembly

Top 17 WebAssembly WebAssembly 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...

  • binaryen

    Optimizer and compiler/toolchain library for WebAssembly

    Project mention: Bring garbage collected programming languages efficiently to WebAssembly | news.ycombinator.com | 2023-11-03

    The Binaryen wasm optimizer (mentioned in the article) is always open for contributions,

    https://github.com/WebAssembly/binaryen

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

  • wasmboy

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

  • 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

    Project mention: Web assembly book? | /r/ProgrammingLanguages | 2023-04-21
  • Uno.Wasm.Bootstrap

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

  • Web49

    Web49: WebAssembly Interpeter

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

  • wizard-engine

    Research WebAssembly Engine

    Project mention: Show HN: WebAssembly Instrumentation in the Wizard Research Engine | news.ycombinator.com | 2024-03-14
  • 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...

  • VectorVisor

    VectorVisor is a vectorizing binary translator for GPUs, designed to make it easy to run many copies of a single-threaded WebAssembly program in parallel using GPUs

    Project mention: Parallelizing WebAssembly Execution on GPUs | news.ycombinator.com | 2023-10-06
  • xxhash-wasm

    A WebAssembly implementation of xxHash

  • owi

    OCaml WebAssembly Interpreter

  • practice-wasm

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

  • watsign

    Tweetnacl's ed25519 signatures, ported to WebAssembly

  • wasmrogue

    A roguelike written in WASM, of all things.

  • 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

  • SaaSHub

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

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). The latest post mention was on 2024-03-14.

WebAssembly WebAssembly related posts

Index

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

Project Stars
1 assemblyscript 16,372
2 binaryen 7,038
3 wasmboy 1,358
4 waforth 445
5 raw-wasm 416
6 Uno.Wasm.Bootstrap 350
7 Web49 320
8 wizard-engine 276
9 wasm2lua 177
10 scheme 165
11 VectorVisor 136
12 xxhash-wasm 108
13 owi 101
14 practice-wasm 92
15 watsign 13
16 wasmrogue 4
17 wasm-snake 4
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com