higress-wasm-go-plugin

Installation
SKILL.md

Higress WASM Go Plugin Development

Develop Higress gateway WASM plugins using Go language with the wasm-go SDK.

Quick Start

Project Setup

# Create project directory
mkdir my-plugin && cd my-plugin

# Initialize Go module
go mod init my-plugin

# Set proxy (China)
go env -w GOPROXY=https://proxy.golang.com.cn,direct
Installs
38
GitHub Stars
9.4K
First Seen
Jan 30, 2026
higress-wasm-go-plugin — higress-group/higress