Skip to content

Commit

Permalink
remove wasm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Feb 27, 2024
1 parent 35d2d83 commit 2e7582d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion private/bufpkg/bufpluginexec/bufpluginexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func GenerateWithProtocPath(protocPath string) GenerateOption {
//
// protocPath and pluginPath are optional.
//
// - If a WASM plugin path is specified as the plugin name, this returns a WASM handler.
// - If the plugin path is set, this returns a new binary handler for that path.
// - If the plugin path is unset, this does exec.LookPath for a binary named protoc-gen-pluginName,
// and if one is found, a new binary handler is returned for this.
Expand Down

0 comments on commit 2e7582d

Please sign in to comment.