A "Tiny" APISIX Plugin

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    WebAssembly for Proxies (ABI specification) (by proxy-wasm)

    APISIX supports Wasm through the WebAssembly for Proxies (proxy-wasm) specification. APISIX is a host environment that implements the specification, and developers can use the SDKs available in multiple languages to create plugins.

  • SaaSHub

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

    SaaSHub logo
  • TinyGo

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

    Reading through the documentation, you will understand why this plugin is called "tiny," i.e., the SDK uses the TinyGo compiler instead of the official Go compiler. You can read more about why this is the case on the SDK\'s overview page, but the TLDR version is that the Go compiler can only produce Wasm binaries that run in the browser.

  • proxy-wasm-go-sdk

    Discontinued WebAssembly for Proxies (Go SDK)

  • apisix

    The Cloud-Native API Gateway

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Unlocking Istio's Versatility: A Guide to WASM Plugins in Kubernetes

    5 projects | dev.to | 24 Jul 2023
  • Hardening Drupal with WebAssembly

    3 projects | news.ycombinator.com | 29 May 2023
  • Does Istio's WasmPlugin support proxy_on_grpc_call_close for WASM ABI spec?

    1 project | /r/istio | 24 Feb 2023
  • Extending Envoy with WebAssembly Proxy Filters

    2 projects | dev.to | 11 Jul 2022
  • Rewriting the Apache APISIX response-rewrite plugin in Rust

    2 projects | dev.to | 5 Oct 2022

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