WebAssembly from Scratch: From FizzBuzz to Doom (2021)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    WebAssembly from Scratch: From FizzBuzz to DooM.

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

    Afaik for the WebAssembly MVP, the goal was to have a simple, efficient compile target - therefore only integers and floats. To make wasm more useful & easier to integrate, the plan calls for interface types[0], which allow both accessing complex (JS) objects and calling browser APIs.

    [0] https://github.com/WebAssembly/interface-types/blob/master/p...

  • wasi-libc

    WASI libc implementation for WebAssembly

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

  • Extism: Make all software programmable with WebAssembly

    14 projects | news.ycombinator.com | 1 Dec 2022
  • A Look at Performance in Wasmtime and Cranelift

    9 projects | /r/rust | 6 Sep 2022
  • WebAssembly and C++

    6 projects | news.ycombinator.com | 27 Jun 2022
  • DOOM Rendered via Checkboxes

    1 project | /r/programming | 14 Oct 2021
  • WebAssembly from Scratch: From FizzBuzz to Doom (2021)

    1 project | /r/hackernews | 14 Jul 2021

Did you konow that WebAssembly is
the 65th most popular programming language
based on number of metions?