How do you add webassembly support?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • 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.

  • 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

  • Prettier $20k Bounty was Claimed

    16 projects | news.ycombinator.com | 27 Nov 2023
  • Let's Write a Malloc

    4 projects | news.ycombinator.com | 26 Nov 2023
  • Help achieving one culture

    1 project | /r/eu4 | 12 Oct 2023
  • Do you think typescript will ever have native support on brosers? Or we will have only the JS type annotations?

    2 projects | /r/typescript | 11 Jul 2023
  • Ezno's checker (a Javascript type checker and compiler written in Rust) is now open source

    2 projects | /r/rust | 8 Jun 2023

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?