Ask HN: Real-world examples of WASM usage

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cheerp-meta

    Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript

  • Yours is a fair question. I think that, right now, adoption of WebAssembly is quite limited. On the other hand (here at LeanigTech) we are extremely bullish about its potential.

    We believe that this technology would be adopted more with better tooling. Our main contribution to this space is Cheerp: A C++-to-WebAssembly _and_ JavaScript compiler (https://github.com/leaningtech/cheerp-meta/). It is designed to seamlessly take advantage of Wasm without sacrificing easy access to Web APIs, all from within C++ with no need of post-processing and glue code.

    We know for a fact that amazing products can be build with Cheerp, because we have done it ourselves.

    CheerpX is a x86 virtual machine running in the browser, fully written in C++ and compiled with Cheerp. It includes a JIT-compiler that is able to analyze x86 binary code and emit new WebAssembly modules on the fly.

    Our most impressive demo yet (WebVM) is available here: https://webvm.io/

  • 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

  • A JavaScript optimizing compiler

    2 projects | /r/javascript | 30 Apr 2021
  • How many lines of code does a compiler contain?

    4 projects | /r/ProgrammingLanguages | 22 Apr 2023
  • Can a new form of cryptography solve the internet’s privacy problem?

    1 project | news.ycombinator.com | 30 Oct 2022
  • Simple RISC-V Emulator running on the web with Webassembly

    2 projects | /r/RISCV | 13 May 2022
  • What can be done with C++?

    3 projects | /r/cpp | 24 Dec 2021