starlight VS wazero

Compare starlight vs wazero and see what are their differences.

starlight

a go wrapper for google's starlark embedded python language (by sourcegraph)

wazero

wazero: the zero dependency WebAssembly runtime for Go developers (by tetratelabs)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
starlight wazero
1 54
0 4,852
- 1.2%
0.0 9.6
8 months ago 8 days ago
Go Go
MIT License 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.

starlight

Posts with mentions or reviews of starlight. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-20.
  • Choosing scripting extension - need advice
    14 projects | /r/golang | 20 Apr 2022
    Pretty surprised no one has suggested starlark - Very nice ergonomics on both the scripting side and the interpreter. Worth a look! Especially nice when combined with starlight

wazero

Posts with mentions or reviews of wazero. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-06.
  • Exploring Goja: A Golang JavaScript Runtime
    10 projects | news.ycombinator.com | 6 Sep 2024
    While I'm sure Goja is great for just JavaScript, using something like wazero allows your app to support more languages (anything that compiles to WASM) while keeping the benefits of CGO.

    https://wazero.io/

    I've used Wazero myself on C++ -> WASM code but I'm sure you could use Emscripten or something to compile JavaScript to WASM.

  • Runtime code generation and execution in Go
    8 projects | news.ycombinator.com | 29 May 2024
    and for reference see how it's done in wazero https://github.com/tetratelabs/wazero/blob/c397a402ad17e495a...
  • Wazero: The zero dependency WebAssembly runtime
    2 projects | news.ycombinator.com | 16 Mar 2024
    https://github.com/tetratelabs/wazero/releases/tag/v1.7.0

    This includes the final release of the new optimizing compiler, which is a big improvement over the previous one.

    The new version also adds experimental support for threads and snapshot/restore (setjmp/longjmp).

    This is already being used by go-pgquery, all will mean that sqlc won't need to ship to almost copies of wazero (these features had been implemented on a friendly fork, and have now been up-streamed).

  • Wazero v1.6.0
    1 project | news.ycombinator.com | 29 Dec 2023
  • Show HN: My Go SQLite driver did poorly on a benchmark, so I fixed it
    11 projects | news.ycombinator.com | 14 Dec 2023
  • Making Games in Go for Absolute Beginners
    17 projects | news.ycombinator.com | 24 Nov 2023
    > Go actually has one of the best WASM runtimes https://github.com/tetratelabs/wazero
  • WASM by Example
    16 projects | news.ycombinator.com | 15 Nov 2023
    Wazero looks super cool. I saw somewhere that programs can be run with a timeout, which sounds great for sandboxing. The program input is just a slice of bytes [1], so an interesting use case would be to use something like Nats [2] to distribute programs to different servers. Super simple distributed computing!

    --

    1: https://github.com/tetratelabs/wazero/blob/main/examples/bas...

    2: https://natsbyexample.com/examples/messaging/pub-sub/go

  • Show HN: Sqinn-Go is a Golang library for accessing SQLite databases in pure Go
    14 projects | news.ycombinator.com | 4 Oct 2023
    It is slower.

    The WASM runtime wazero [1] uses a compiler on amd64 and arm64 (on Linux, macOS, Windows, and FreeBSD), but the current compiler is very fast (at compiling), but very naive (generates less than optimal code).

    An optimizing compiler is currently being developed, and should be released in the coming months. I'm optimistic that this compiler will cover the performance gap between WASM and modernc.

    [1]: https://wazero.io

  • Jacobin: Minimal JVM written in Go and capable of running Java 17 classes
    15 projects | news.ycombinator.com | 24 Aug 2023
    I am a fan of the Jacobin project! For your uses, you may also want to consider wazero [1], a pure-go WebAssembly runtime. Full disclosure: I am on the team :)

    [1]: https://wazero.io/

  • Val, a high-level systems programming language
    10 projects | news.ycombinator.com | 18 Jul 2023
    No longer does Wasm/WASI need JS host! There are many spec-compliant runtimes built for environments from tiny embedded systems up to beefy arm/x86 racks:

    - https://github.com/bytecodealliance/wasm-micro-runtime

    - https://github.com/bytecodealliance/wasmtime

    - https://github.com/wasmerio/wasmer

    - https://github.com/tetratelabs/wazero

    - https://github.com/extism/extism (disclaimer, my company's project - makes wasm easily embeddable into 16+ programming languages!)

What are some alternatives?

When comparing starlight and wazero you can also consider the following projects:

embedded-scripting-languages - A list of embedded scripting languages

wasmer - πŸš€ The leading Wasm Runtime supporting WASIX, WASI and Emscripten

kutil - Go Utilities

wasmtime - A fast and secure runtime for WebAssembly

grule-rule-engine - Rule engine implementation in Golang

wasmer-go - πŸΉπŸ•ΈοΈ WebAssembly runtime for Go

yaegi - Yaegi is Another Elegant Go Interpreter

goja - ECMAScript/JavaScript engine in pure Go

sc - Common libraries and data structures for C.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

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