Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wasm SDK used in hgctl plugin init #885

Open
CH3CHO opened this issue Mar 27, 2024 · 1 comment
Open

Wasm SDK used in hgctl plugin init #885

CH3CHO opened this issue Mar 27, 2024 · 1 comment

Comments

@CH3CHO
Copy link
Collaborator

CH3CHO commented Mar 27, 2024

Currently, when creating a new Wasm plugin project using hgctl plugin init command, the new project uses github.com/tetratelabs/proxy-wasm-go-sdk. Should we switch to https://github.com/higress-group/proxy-wasm-go-sdk here?

https://github.com/alibaba/higress/blob/main/pkg/cmd/hgctl/plugin/init/templates.go#L35

import (
	"github.com/tidwall/gjson"
	"github.com/tetratelabs/proxy-wasm-go-sdk/proxywasm" // <-----
	"github.com/tetratelabs/proxy-wasm-go-sdk/proxywasm/types" // <-----
	"github.com/alibaba/higress/plugins/wasm-go/pkg/wrapper"
)
@johnlanni
Copy link
Collaborator

cc @rinfx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants