minivm VS Web49

Compare minivm vs Web49 and see what are their differences.

minivm

A VM That is Dynamic and Fast (by FastVM)
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
minivm Web49
13 3
1,552 323
0.2% 0.9%
8.5 5.0
11 days ago 12 months ago
C WebAssembly
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minivm

Posts with mentions or reviews of minivm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-09.

Web49

Posts with mentions or reviews of Web49. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-09.
  • Show HN: I wrote a WebAssembly Interpreter and Toolkit in C
    1 project | /r/hypeurls | 9 Jan 2023
    6 projects | news.ycombinator.com | 9 Jan 2023
    > I developed a unique way to write interpreters based on threaded code jumps and basic block versioning when I made MiniVM (https://github.com/FastVM/minivm). It was both larger and more dynamic than WebAssembly.

    I'd be very interested to read more about this. It looks like you are using "one big function" with computed goto (https://github.com/FastVM/Web49/blob/main/src/interp/interp....). My experience working on this problem led me to the same conclusion as Mike Pall, which is that compilers do not do well with this pattern (particularly when it comes to register allocation): http://lua-users.org/lists/lua-l/2011-02/msg00742.html

    I'm curious how you worked around the problem of poor register allocation in the compiler. I've come to the conclusion that tail calls are the best solution to this problem: https://blog.reverberate.org/2021/04/21/musttail-efficient-i...

What are some alternatives?

When comparing minivm and Web49 you can also consider the following projects:

privacytests.org - Source code for privacytests.org. Includes browser testing code and site rendering.

wasm3 - 🚀 A fast WebAssembly interpreter and the most universal WASM runtime

sljit - Platform independent low-level JIT compiler

wizard-engine - Research WebAssembly Engine

LuaJIT - Mirror of the LuaJIT git repository

owi - WebAssembly Swissknife

paka - Paka language

assemblyscript - A TypeScript-like language for WebAssembly.

asmjit - Low-latency machine code generation

waforth - Small but complete dynamic Forth Interpreter/Compiler for and in WebAssembly

qbe-rs - QBE IR in natural Rust data structures

serenity - The Serenity Operating System 🐞