How do you add webassembly support?

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • SonarCloud - Analyze your C and C++ projects with just one click.
  • assemblyscript

    A TypeScript-like language for WebAssembly.

    Another possibility that you should definitely look at is AssemblyScript: https://www.assemblyscript.org/ ... I prototyped some stuff with this one, and it was surprisingly capable.

  • AECforWebAssembly

    A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.

    Well, for my programming language, when I wanted to target WebAssembly, I made an entirely new compiler for that.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • wazum

    Human-friendly compiler infrastructure library for WebAssembly

    I handwrite wasm and then optimize with binaryen (using binaryen for the code generation is terrible DX). Actually I'm working on a small project for the code generation part

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