WebAssembly WebAssembly

Open-source WebAssembly projects categorized as WebAssembly

Top 17 WebAssembly WebAssembly Projects

  • assemblyscript

    A TypeScript-like language for WebAssembly.

  • Project mention: Borgo is a statically typed language that compiles to Go | news.ycombinator.com | 2024-04-30

    I like your take but JavaScript was literally the assembly language of the web until WASM came along. There was no other language that TypeScript could compile to.

    This train of thought lead me to discover AssemblyScript! https://www.assemblyscript.org/

  • 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

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

  • Uno.Wasm.Bootstrap

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

  • Web49

    Web49: WebAssembly Interpeter

  • SaaSHub

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

    SaaSHub logo
  • 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

    WebAssembly Swissknife

  • practice-wasm

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

  • watsign

    Tweetnacl's ed25519 signatures, ported to WebAssembly

  • 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 WebAssembly related posts

  • Show HN: WebAssembly Instrumentation in the Wizard Research Engine

    1 project | news.ycombinator.com | 14 Mar 2024
  • Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust

    5 projects | news.ycombinator.com | 7 Mar 2024
  • Push ifs up and fors down

    1 project | news.ycombinator.com | 15 Nov 2023
  • Bring garbage collected programming languages efficiently to WebAssembly

    16 projects | news.ycombinator.com | 3 Nov 2023
  • Extism Makes WebAssembly Easy

    13 projects | news.ycombinator.com | 4 Oct 2023
  • Random Testing of WebAssembly Implementations Using Semantically Valid Programs

    2 projects | news.ycombinator.com | 4 Aug 2023
  • Do you think typescript will ever have native support on brosers? Or we will have only the JS type annotations?

    2 projects | /r/typescript | 11 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 May 2024
    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. Learn more →

Index

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

Project Stars
1 assemblyscript 16,470
2 binaryen 7,146
3 wasmboy 1,358
4 waforth 457
5 raw-wasm 419
6 Uno.Wasm.Bootstrap 355
7 Web49 325
8 wizard-engine 303
9 wasm2lua 177
10 scheme 165
11 VectorVisor 138
12 xxhash-wasm 109
13 owi 107
14 practice-wasm 102
15 watsign 13
16 wasm-snake 7
17 wasmrogue 4

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