Rust wasmtime

Open-source Rust projects categorized as wasmtime

Top 5 Rust wasmtime Projects

  • wasmtime

    A fast and secure runtime for WebAssembly

    Project mention: Ask HN: Fast data structures for disjoint intervals? | news.ycombinator.com | 2024-07-23

    Since you're using Rust, the Cranelift JIT compiler implements something like this[0] to construct an e-graph for its expression rewriting subsystem called ISLE, however if I'm not mistaken it is for disjoint sets (not intervals), and therefore it does not deal with ordering.

    Maybe you can adapt it for your use case and add those new constraints in?

    Keep in mind though that this was not written to be in the hot-path itself, you could probably do significantly better by pouring your soul into some SIMD adventure (though SIMD in Rust is usually very annoying to write)

    Best of luck, hope this helps!

    [0] https://github.com/bytecodealliance/wasmtime/blob/7dcb9bd6ea...

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • aici

    AICI: Prompts as (Wasm) Programs

    Project mention: What Is ChatGPT Doing and Why Does It Work? | news.ycombinator.com | 2024-06-18

    That’s right, if LLMs were really thinking/forming world models etc. we would expect them to be robust against word choice or phrasing. But in practice anyone using RAG can tell you that that is not the case.

    I’m just a practitioner so my language might be imprecise but when I say similarly structured sentences what I mean is, and this is my interpretation based on my experience with using Agents and LLMs, that the shape of the context as in the phrasing and the word choice highly bias the outputs of LLMs.

    In my own observations at work, those who interpret LLMs to be thinking often produce bad agents. LLM are not good at open ended questions, if you ask an LLM “improve this code” you will often get bad results that just look passable. But if you interpret LLMs as probabilistic models highly biased by their context then you would add a lot more context and specific instructions in the prompt in order to get the Agent to produce the right output.

    Side note, this is also why I like the AICI approach: https://github.com/microsoft/aici

  • wit-bindgen

    A language binding generator for WebAssembly interface types

    Project mention: Wasmer 5.0 | news.ycombinator.com | 2024-10-29

    Most prolific example was this: https://news.ycombinator.com/item?id=30758651

    Not a big one, but this was of personal note: https://github.com/bytecodealliance/wit-bindgen/issues/306

  • wasmtime-rb

    Ruby WebAssembly runtime powered by Wasmtime

  • wasmtime_serde

    Simple library for serializing complex types to the wasmtime runtime using serde

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust wasmtime discussion

Log in or Post with

Rust wasmtime related posts

  • What Is ChatGPT Doing and Why Does It Work?

    1 project | news.ycombinator.com | 18 Jun 2024
  • Google Gemini: Context Caching

    1 project | news.ycombinator.com | 16 May 2024
  • Spin 2.0 – open-source tool for building and running WASM apps

    13 projects | news.ycombinator.com | 4 Nov 2023
  • Using WASM for a plugin system in Rust? (generate code at runtime and then hot reloading it as a library)

    6 projects | /r/rust | 22 Feb 2023
  • WebAssembly: Adding Python Support to WASM Language Runtimes

    9 projects | news.ycombinator.com | 31 Jan 2023
  • Wasmtime Reaches 1.0: Fast, Safe and Production Ready!

    5 projects | /r/rust | 20 Sep 2022
  • Redesign Screeps in Rust

    2 projects | /r/rust | 18 Jun 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Nov 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source wasmtime projects in Rust? This list will help you:

Project Stars
1 wasmtime 15,366
2 aici 1,925
3 wit-bindgen 1,025
4 wasmtime-rb 95
5 wasmtime_serde 10

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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