Ask HN: Is WASM (WebAssembly) getting adoption in real use cases?

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

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

    Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

  • Not specially something that you cannot do without WASM but at $WORK we are using a WASM build of Skia [0] to render canvas from nodejs.

    Why use WASM ? Because we wanted to stay close to our stack (ie. calling wasm from nodejs). Do it work ? Yes, memory consumption is quite heavy though (each WASM module have its own heap that can quickly grow).

    However we are looking to directly use Skia now and avoid the overhead of WASM so i think its a nice solution in the beginning but you might want to ditch it later on.

    [0]: https://github.com/google/skia/tree/main/modules/canvaskit

  • cue

    The home of the CUE language! Validate and define text-based and dynamic configuration

  • CUE has someone working on WASM to support writing code in any language, so it can be used and shipped without compilation in the scripting layer

    https://github.com/cue-lang/cue/issues/2035

  • 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