Rust, WASM, and LOK

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lok_wasm

    A web-based solution checker for the puzzle game LOK by Letibus (https://letibus.itch.io/lok)

  • These are of course spoilers for the game's mechanics, but if you want to try it out, with the author's permission, I have it hosted at https://knutaf.com/lok_wasm. And if you want to see the source code, I have it hosted on my github.

  • design

    WebAssembly Design Documents

  • First of all, a quick rundown of what WASM is. It stands for Web Assembly. In essence, similar to how Java compiles down to a bytecode that is interpreted by a Java Virtual Machine, Web Assembly is a different bytecode interpreted by the browser. Many different languages can compile into WASM, and Javascript can interface with it like a module. In my case, I wrote a lot of the source code in Rust and compiled it down to a WASM module, then called into it from Javascript.

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

    InfluxDB logo
  • book

    The Rust and WebAssembly Book (by rustwasm)

  • Like many Rust features, there is a Rust/WASM tutorial and book that was very good. I was able to follow the tutorial to get up and running with development pretty easily... though this entire ecosystem kind of has way too many moving parts. Webpack? NPM? Nodejs? Just for this? It's a bit heavyweight, but I guess like 90% of the development in the world uses stuff like this now, huh?

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

  • Hello, I am React Developer who wants to start use wasm in rust.

    1 project | /r/rust | 27 Nov 2023
  • WASM: memory.buffer byteLength smaller than the offset of the pointer

    1 project | /r/learnrust | 27 Jun 2023
  • Rust for Web for somebody who's never done any kind of WebUI before

    1 project | /r/rust | 14 Dec 2022
  • Compiler option to make all panics be undefined behavior?

    1 project | /r/rust | 26 Nov 2022
  • Ask HN: Should I learn Rust or Go?

    3 projects | news.ycombinator.com | 4 Jul 2022