wasmer-go

πŸΉπŸ•ΈοΈ WebAssembly runtime for Go (by wasmerio)

Wasmer-go Alternatives

Similar projects and alternatives to wasmer-go

  1. go

    2,273 wasmer-go VS go

    The Go programming language

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Mastodon

    Your self-hosted, globally interconnected microblogging community

  4. PyO3

    158 wasmer-go VS PyO3

    Rust bindings for the Python interpreter

  5. wasmer

    πŸš€ Fast, secure, lightweight containers based on WebAssembly

  6. TinyGo

    Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

  7. wazero

    wazero: the zero dependency WebAssembly runtime for Go developers

  8. wasi-libc

    WASI libc implementation for WebAssembly

  9. SaaSHub

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

    SaaSHub logo
  10. Buffalo

    Discontinued Rapid Web Development w/ Go

  11. napi-rs

    A framework for building compiled Node.js add-ons in Rust via Node-API

  12. gqlgen

    go generate based graphql server library

  13. yaegi

    Yaegi is Another Elegant Go Interpreter

  14. maturin

    Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages

  15. uniffi-rs

    a multi-language bindings generator for rust

  16. myapp

    πŸš€ How to build a Dockerized RESTful API application using Go.

  17. goja

    ECMAScript/JavaScript engine in pure Go

  18. starlark-go

    Starlark in Go: the Starlark configuration language, implemented in Go

  19. expr

    Discontinued Expression language and expression evaluation for Go [Moved to: https://github.com/expr-lang/expr] (by antonmedv)

  20. embedded-scripting-languages

    A list of embedded scripting languages

  21. grule-rule-engine

    Rule engine implementation in Golang

  22. wasmtime-go

    Go WebAssembly runtime powered by Wasmtime

  23. SaaSHub

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

    SaaSHub 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 wasmer-go alternative or higher similarity.

wasmer-go discussion

Log in or Post with

wasmer-go reviews and mentions

Posts with mentions or reviews of wasmer-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • Running WebAssembly code in Go
    1 project | dev.to | 12 Dec 2023
    The next step is to create a Go project and run our wasm file with some runtime. For this, I chose wasmer-go.
  • Running Go code inside a NodeJS app with WASM (Part 1/2, 2023)
    4 projects | dev.to | 13 Feb 2023
    However, there are other, more fleshed-out, libraries like wasmer-go that provides a runtime and help us navigate around these limitations. The wasmer-go documentation provides a good summary of these challenges:
  • How to develop a Web app in go
    9 projects | /r/golang | 19 Jan 2023
    wasmer-go
  • Plugo - A plugin library for Go.
    5 projects | /r/golang | 9 Dec 2022
    I did some research and found a WebAssembly runtime that can run Go code that has been compiled to WASM. It seems to me that one could implement a plugin system using this. I might try.
  • The Carcinization of Go Programs
    4 projects | news.ycombinator.com | 23 Nov 2022
    Thank you Syrus, appreciate your work with Wasmer. Congrats on the 3.0 release and Windows support! I just fixed guregu/trealla on WAPM to work with the latest changes. I think WAPM is very cool and I hope more people start doing releases on it.

    These are the two issues I'm referring to:

    https://github.com/wasmerio/wasmer-go/pull/200

    https://github.com/wasmerio/wasmer-go/pull/286

  • First steps with Golang and WebAssembly
    3 projects | dev.to | 21 May 2022
    Time to implement the other side of the story. I have found a WebAssembly runtime for Go. Wasmer-go is a complete and mature WebAssembly runtime for Go based on Wasmer.
  • Choosing scripting extension - need advice
    14 projects | /r/golang | 20 Apr 2022
    If performance is your main concern, there's Wasmer-go, but if you'd rather avoid CGO dependencies, there's wazero.
  • WASM without Node.js?
    3 projects | /r/golang | 5 Mar 2022
    See wasmer-go for server-side runtime.
  • Options for running WASM in Go?
    3 projects | /r/golang | 8 Aug 2021
    I've been looking at wasmer-go, and it seems to be quite performant given that the runtime is written in Rust and invoked through CGo bindings. Is this what everyone is using?
  • Trying to write a cross-language library
    8 projects | /r/rust | 25 Jul 2021
    Go: I don't know of anything higher-level than either exposing a C ABI from Rust and then calling it using cgo or using wasmer-go to embed a WebAssembly runtime in your Go program.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Stats

Basic wasmer-go repo stats
11
2,894
3.2
4 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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