toywasm

A WebAssembly interpreter written in C (by yamt)

Toywasm Alternatives

Similar projects and alternatives to toywasm

  1. wasmi

    6 toywasm VS wasmi

    WebAssembly (Wasm) interpreter.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. wasm-libxml2

    A quick experiment to build and run libxml2 as a WebAssembly module.

  4. Silverfir

    A WebAssembly runtime for embedded systems

  5. w2c2

    Translates WebAssembly modules to portable C

  6. wasm-micro-runtime

    WebAssembly Micro Runtime (WAMR)

  7. 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better toywasm alternative or higher similarity.

toywasm discussion

Log in or Post with

toywasm reviews and mentions

Posts with mentions or reviews of toywasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-28.
  • Wasmi v0.32: WebAssembly interpreter is now faster than
    6 projects | news.ycombinator.com | 28 May 2024
    Thank you, that's a good summary of the article!

    Even faster startup times can be achieved by so-called in-place interpreters that do not even translate the Wasm binary at all and instead directly execute it without adjustments. Obviously this is slower at execution compared to re-writing interpreters.

    Examples for Wasm in-place interpreters are toywasm (https://github.com/yamt/toywasm) or WAMR's classic interpreter.

Stats

Basic toywasm repo stats
1
98
9.5
3 days ago

yamt/toywasm is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of toywasm is C.


Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?