Lo – simple WASM native language

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. LO

    LO - small programming language targeting WASM that aims to be as simple as possible (by glebbash)

    Yes. Compiling single files is supported by calling the exported `compile` function, example setup here: https://github.com/glebbash/LO/blob/60b80d1b325136ce1ceaf4dc....

    For includes to work compiler used WASI which can be implemented in the browser. LO playground and VSCode extension use this approach. Playground link: https://glebbash.deno.dev/lo-playground/ and source: https://github.com/glebbash/glebbash.dev/blob/main/static/lo...

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. glebbash.dev

    Discontinued [GET https://api.github.com/repos/glebbash/glebbash.dev: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

    Yes. Compiling single files is supported by calling the exported `compile` function, example setup here: https://github.com/glebbash/LO/blob/60b80d1b325136ce1ceaf4dc....

    For includes to work compiler used WASI which can be implemented in the browser. LO playground and VSCode extension use this approach. Playground link: https://glebbash.deno.dev/lo-playground/ and source: https://github.com/glebbash/glebbash.dev/blob/main/static/lo...

  4. duckdb-wasm

    WebAssembly version of DuckDB

  5. pglite

    Embeddable Postgres with real-time, reactive bindings.

  6. wa

    The Wa Programming Language

    Cool project . I am also designing a Wa language for Wasm (https://github.com/wa-lang/wa), we are currently improving support for the WebGPU library and LSP extension.

  7. moonbit-docs

    The docs of MoonBit programming language

    Looks interesting! Always glad to see more WASM native languages coming. You may take a look at MoonBit(https://github.com/moonbitlang/moonbit-docs/tree/main). The language is Rust-like with gc support, and we also have a full toolchain like cloud IDE, compiler, build system, and package manager.

  8. pest

    The Elegant Parser (by pest-parser)

    Nice work. Out of curiosity, did you consider using pest (https://pest.rs/) to help build your parser? Or is it too much for what you are doing?

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. chasm

    A WebAssembly runtime built on Kotlin Multiplatform

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

  • My thoughts about Securing Crates

    2 projects | /r/rust | 6 May 2022
  • Show HN: I'm making a dynamic language in Rust

    8 projects | news.ycombinator.com | 24 Apr 2022
  • New Release Grain v0.4 – Cereal

    1 project | news.ycombinator.com | 24 Sep 2021
  • Show HN: Zero-codegen TypeScript type inference from Protobuf messages

    5 projects | news.ycombinator.com | 14 Apr 2025
  • Chicory: A JVM native WebAssembly runtime

    11 projects | news.ycombinator.com | 25 Feb 2025

Did you know that Rust is
the 5th most popular programming language
based on number of references?