Rust WebAssembly (wasm) on Arch Linux with Webpack (Rust 1.66.0)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • rust

    Empowering everyone to build reliable and efficient software.

  • WebAssembly (wasm in abbreviation) is "a binary instruction format". It works on "a stack-based virtual machine". It is not manually written as code. Instead, it is compiled from various programming languages such as C, C++, Go and Rust (rustlang). In addition, it is different in some ways from what assembly is originally.

  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Webpack: 4.46.0

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

    📦✨ your favorite rust -> wasm workflow tool!

  • Webassembly: wasm-bindgen 0.2.83 / wasm-pack 0.10.3

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • wasm-bindgen (+ Node.js)

  • go

    The Go programming language

  • WebAssembly (wasm in abbreviation) is "a binary instruction format". It works on "a stack-based virtual machine". It is not manually written as code. Instead, it is compiled from various programming languages such as C, C++, Go and Rust (rustlang). In addition, it is different in some ways from what assembly is originally.

  • archweb

    Arch Linux website code

  • OS: Artix Linux (based on Arch Linux)

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