WebAssembly compiler update

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    The TodoMVC app written in Elm, nice example for beginners.

  • It's a WebAssembly port of Evan's TodoMVC example from a few years ago (here's his original repo)

  • elm-compiler

    Compiler for Elm, a functional language for reliable webapps.

  • The project consists of two GitHub repos, one for the compiler and one for the core libraries.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • elm_c_wasm

    Implementing Elm in Wasm via C

  • I did some benchmarking on both encodings, to get an idea of the performance implications.

  • projects

    Curated collection of projects for folks looking to collaborate within the Elm ecosystem. (by elm)

  • The original post suggesting this project specifically mentions string encoding, and UTF-8 in particular. And there was some discussion of this in my last post. I suggested that UTF-16 might have advantages, due to better compatibility with JS and most of the browser APIs.

  • elm-spa-example

    A Single Page Application written in Elm

  • I'm still working through lots of implementation issues. For example I have not yet managed to get Richard Feldman's elm-spa-example working. It's a great test-case because it's complex enough that if I have any bugs, it's bound to show them up!

  • 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