We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think using Golang to implement a Wasm plugin is probably more developer friendly than using CPP.
However, there are currently some CPP Wasm plugins that still do not have a Golang version.
The comparison between the existing CPP and Golang version plugins is as follows:
You can develop a Wasm plugins using the Wasm Go SDK. Please refer to this document for details.
Thank you for claiming some of the above tasks! Please comment in the corresponding issue.
Higress CPP Wasm Plugins: https://github.com/alibaba/higress/tree/main/plugins/wasm-cpp/extensions Higress Go Wasm Plugins: https://github.com/alibaba/higress/tree/main/plugins/wasm-go/extensions Higress Wasm Go SDK: https://github.com/alibaba/higress/tree/main/plugins/wasm-go Implement a WASM plugin with Golang: https://higress.io/zh-cn/docs/user/wasm-go/
If you have any questions, please join the wasm sig for discussion ~
The text was updated successfully, but these errors were encountered:
@WeixinX hi I want to do bot-detect Golang wasm version plugin
Sorry, something went wrong.
No branches or pull requests
1. CPP vs. Golang
I think using Golang to implement a Wasm plugin is probably more developer friendly than using CPP.
However, there are currently some CPP Wasm plugins that still do not have a Golang version.
The comparison between the existing CPP and Golang version plugins is as follows:
You can develop a Wasm plugins using the Wasm Go SDK. Please refer to this document for details.
Thank you for claiming some of the above tasks! Please comment in the corresponding issue.
2. Related Information
Higress CPP Wasm Plugins: https://github.com/alibaba/higress/tree/main/plugins/wasm-cpp/extensions
Higress Go Wasm Plugins: https://github.com/alibaba/higress/tree/main/plugins/wasm-go/extensions
Higress Wasm Go SDK: https://github.com/alibaba/higress/tree/main/plugins/wasm-go
Implement a WASM plugin with Golang: https://higress.io/zh-cn/docs/user/wasm-go/
3. WASM SIG
If you have any questions, please join the wasm sig for discussion ~
The text was updated successfully, but these errors were encountered: