wizard-engine VS js-compute-runtime

Compare wizard-engine vs js-compute-runtime and see what are their differences.

js-compute-runtime

JavaScript SDK and runtime for building Fastly Compute applications (by fastly)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
wizard-engine js-compute-runtime
6 8
285 185
- 7.6%
9.7 9.3
7 days ago 2 days ago
WebAssembly C++
- Apache License 2.0
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.

wizard-engine

Posts with mentions or reviews of wizard-engine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-20.
  • Show HN: WebAssembly Instrumentation in the Wizard Research Engine
    1 project | news.ycombinator.com | 14 Mar 2024
  • Push ifs up and fors down
    1 project | news.ycombinator.com | 15 Nov 2023
    I think I would like the former syntax. Witness one of the several nested matching situations I run into:

    https://github.com/titzer/wizard-engine/blob/master/src/engi...

    This would be much, much better if Virgil had pattern matching on tuples of ADTs.

  • Wasmtime 1.0
    14 projects | news.ycombinator.com | 20 Sep 2022
    Congrats to the Wasmtime team on the 1.0 release!

    I'm happy to see that more runtimes are maturing and getting use on production cases... I can't wait to see and show what the future entails for WebAssembly on both the server side and the browser!

    Keep up the good work. Also I'd like to use this message to congratulate other runtimes that I'm excited about (apart from Wasmer, of course!): Wizard Engine [1], Wazero [2] and Lunatic [3].

    The future is bright in Wasm land :)

    [1] https://github.com/titzer/wizard-engine

    [2] https://github.com/tetratelabs/wazero

    [3] https://github.com/lunatic-solutions/lunatic

  • A fast in-place interpreter for WebAssembly
    2 projects | news.ycombinator.com | 30 Jun 2022
  • Evil programmer's tip: avoid “easy” things
    1 project | news.ycombinator.com | 28 Jul 2021
    A classic "easy" thing that appears "hard": write a little bit of assembly. Note, a little bit[1].

    Writing assembly, again, in small amounts, is exactly the kind of thing that is difficult to start, and fails spectacularly if you have little experience. Debugging is a pain. But you can totally get the hang of writing assembly, and as long as you are doing it for the right reasons (TM), it's justified, and heroic. The key is you need to write and debug a little at a time.

    Case in point, I wrote an entire Wasm interpreter[2] in x86-64 asm over the past few months. I wrote it a little at a time, had lots of unit tests, and am working in an engine that was already working (with a slower interpreter).

    [1] If you find yourself writing more than a few hundred assembly instructions in a sitting, you are going to fail. If you find yourself writing more than a few thousand assembly instructions, you have already failed.

    [2] https://github.com/titzer/wizard-engine/blob/master/src/engi...

js-compute-runtime

Posts with mentions or reviews of js-compute-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.
  • What sorts of things would you consider to be “advanced” javascript concepts?
    3 projects | /r/learnjavascript | 4 Jul 2023
    There are multiple JavaScript runtimes. SpiderMonkey is one example that has nothing to do with Node.js, see (js-compute-runtime)[https://github.com/fastly/js-compute-runtime].
  • [AskJS] Has anybody implemented and compiled ServiceWorker specification to a standalone executable?
    19 projects | /r/javascript | 4 Mar 2023
  • JavaScript support hits 1.0 milestone on Compute@Edge
    4 projects | dev.to | 19 Dec 2022
    We listened to the community feedback, filled in feature gaps, and addressed many bugs in the SDK. Not only that, we’ve also overhauled the SDK reference docs making it easier for you to know what’s supported and how to implement the features. All the Fastly specific features of the JS SDK now have interactive example applications in the documentation.
  • Workerd: The Open Source Cloudflare Workers Runtime
    7 projects | news.ycombinator.com | 27 Sep 2022
  • Wasmtime 1.0
    14 projects | news.ycombinator.com | 20 Sep 2022
    These are good questions! Here's some answers from the corner of the world I know best as a Wasmtime contributor at Fastly:

    1. Spidermonkey.wasm is the basis of Fastly's JavaScript on Compute@Edge support. We have found it to be faster than QuickJS. The source code is here: https://github.com/fastly/js-compute-runtime.

    2. Fastly Compute@Edge is built on wasmtime. You can develop web services for it in Rust, JS, and Go: https://developer.fastly.com/learning/compute/

    3. Fastly's multi-tenant platform is closed source, but our single-tenant local development platform, which also uses wasmtime under the hood as well, is open source: https://github.com/fastly/viceroy. It isn't a big leap to make viceroy multi-tenant: Wasmtime provides everything you need, and all Viceroy would have to do is dispatch on e.g. HTTP host header to the correct tenant. Our multi-tenant platform is closed source because it is very specialized for use on Fastly's edge, not because the multi-tenant aspect is special.

  • Fastly Compute Edge JavaScript Runtime
    1 project | news.ycombinator.com | 24 Apr 2022
    1 project | news.ycombinator.com | 23 Apr 2022
  • Debunking Cloudflare’s recent performance tests
    5 projects | news.ycombinator.com | 6 Dec 2021
    btw. for what it's worth their javascript to wasm is opensource:

    - https://github.com/fastly/js-compute-runtime

    - https://github.com/tschneidereit/spidermonkey-wasi-embedding

    and besides that it is slower than nodejs it is still plenty fast (no matter that it is not as fast as they want) btw. it's startup is faster than node. (maybe better pgo might help)

What are some alternatives?

When comparing wizard-engine and js-compute-runtime you can also consider the following projects:

javy - JS to WebAssembly toolchain

wasmtime - A fast and secure runtime for WebAssembly

VectorVisor - VectorVisor is a vectorizing binary translator for GPUs, designed to make it easy to run many copies of a single-threaded WebAssembly program in parallel using GPUs

quickjs-rs - Rust wrapper for the quickjs Javascript engine.

Web49 - Web49: WebAssembly Interpeter

workerd - The JavaScript / Wasm runtime that powers Cloudflare Workers

spidermonkey-wasi-embedding

spidermonkey-wasi-embedding

wasmer - 🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

miniflare - 🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.

now - Node on Web