How do you add webassembly support?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • 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
  • 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