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

# Download dependencies
Related skills
Installs
34
Repository
alibaba/higress
GitHub Stars
8.3K
First Seen
Jan 30, 2026