WebAssembly vs. JavaScript: The Complete Guide

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • draco

    Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.

  • No direct DOM access is a bit of a pain, you're definitely not going to write your whole app in WASM anytime soon - it makes for decently good modules though, for example the Draco 3D geometry library provides a nice and clean WASM encoder/decoder module.

  • gc

    Branch of the spec repo scoped to discussion of GC integration in WebAssembly

  • No garbage collection is interesting too - WASM isn't memory managed like JavaScript. There's a proposal to add garbage collection via reference types, but that's something the compiler writers are thinking about more than application developers. If you're compiling from C++ or Rust, it's a total non-issue today.

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