We're working on a new WASM/Rust scripting system. Here I'm playing around with a script that changes the day/night cycle.

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

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

    A fast and secure runtime for WebAssembly

  • We're using wasmtime for the runtime, and for communication, we're using wit-bindgen with some wrappers on both ends.

  • wit-bindgen

    A language binding generator for WebAssembly interface types

  • We're using wasmtime for the runtime, and for communication, we're using wit-bindgen with some wrappers on both ends.

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

    Bindings generator for full-stack WASM plugins

  • Why did you choose wit-bindgen over fp-bindgen? fp-bindgen seems to be better suited for Rust-to-Rust communication.

  • awesome-wasm-langs

    😎 A curated list of languages that compile directly to or have their VMs in WebAssembly

  • My current plans are to investigate TinyGo / C# NativeAOT-LLVM / other languages that can compile to Wasm once our host side stabilises a little bit (lots of churn right now!)

  • cranelift-jit-demo

    JIT compiler and runtime for a toy language, using Cranelift

  • Fyi I've checked a few (from here; https://github.com/appcypher/awesome-wasm-langs): - assembly script complier is written is typescript/javascript and in theory could be compiled to wasm, and hence could be embedded, but it is only theory as noone has managed to complete this flow - rust-driver requires the linker and calls it as an external tool to link the rustcore to the user code. without the core lib i could not manage to create anything usable. - zig (somewhat similar to rust): on discord some experr said it cannot be embedded and he see no option/plan for it. - lua: they have lua runtime running in wasm, but no transpiller to wasm I've also checked a few other without any success and closest I coild get was the example language for cranelift (https://github.com/bytecodealliance/cranelift-jit-demo)

  • SaaSHub

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

    SaaSHub logo
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

  • Unlocking the Power of WebAssembly

    3 projects | dev.to | 10 Mar 2024
  • Lightweight Containers With Docker and WebAssembly

    1 project | dev.to | 18 Dec 2023
  • Dave Cutler: The Secret History of Microsoft Windows [video]

    2 projects | news.ycombinator.com | 22 Oct 2023
  • Any crate you feel like you're missing, preferably for the 2d or 3d computer vision?

    3 projects | /r/rust | 26 Jun 2023
  • Compiler Toolset for targeting WebAssembly?

    1 project | /r/ProgrammingLanguages | 20 Jun 2023