# Codegen for the wasm plugin ABI (WO-WZ-001). # # go_package is set explicitly in each .proto (managed mode not needed — # unlike the proto/ submodule, we own these files). With # paths=source_relative and out: ., v1/*.proto emits to abi/v1/*.pb.go, # i.e. Go package git.dev.alexdunmow.com/block/pluginsdk/abi/v1 (abiv1). version: v2 plugins: - local: protoc-gen-go out: . opt: - paths=source_relative