Rust programming concepts for JavaScript developers

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.
www.influxdata.com
featured
  • emception

    Run Emscripten in the browser

  • It takes some work (mostly due to LLVM building code to run later in its build system as it goes), but it's very feasible. LLVM has been ported to Wasm (and before that to JS) many times, for example:

    https://github.com/jprendes/emception (2021)

    https://github.com/tbfleming/cib (2017)

    https://github.com/kripken/llvm.js (2012)

    I agree it would be great to see this repl running 100% in the browser!

  • cib

    clang running in browser (wasm)

  • It takes some work (mostly due to LLVM building code to run later in its build system as it goes), but it's very feasible. LLVM has been ported to Wasm (and before that to JS) many times, for example:

    https://github.com/jprendes/emception (2021)

    https://github.com/tbfleming/cib (2017)

    https://github.com/kripken/llvm.js (2012)

    I agree it would be great to see this repl running 100% in the browser!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • llvm.js

    LLVM compiled to JavaScript using Emscripten

  • It takes some work (mostly due to LLVM building code to run later in its build system as it goes), but it's very feasible. LLVM has been ported to Wasm (and before that to JS) many times, for example:

    https://github.com/jprendes/emception (2021)

    https://github.com/tbfleming/cib (2017)

    https://github.com/kripken/llvm.js (2012)

    I agree it would be great to see this repl running 100% in the browser!

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