docs
docs copied to clipboard
fix: installation command for tls plugin
Explanation
as the existing installtion command lead to missing link refering to https://github.com/second-state/http_req#build-and-run
Related issue
What type of PR is this
/kind bug
Proposed Changes
replaced the URL of binary with working one
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR.
Commit 1659873b916f968579af6115870afe5c7770ccf6
Key changes:
- Updated the openssl-based TLS plugin installation command for WasmEdge.
- Replaced the old rustls-based plugin download link with an HTTPS request plugin tarball download link.
Potential problems:
- There are no obvious problems with this patch.
- It is difficult to detect hidden potential problems without further details about the specific project. The reviewer should ensure that the changes made in the patch are relevant, correct, and consistent with the project's goals.
@alabulei1 @juntao
Hi @dipankardas011
Thanks for pointing this out. We use rust-tls plugin
to replace the wasmedge_httpsreq
plugin. So I think the existing docs are right.
Hi @dipankardas011
Thanks for pointing this out. We use
rust-tls plugin
to replace thewasmedge_httpsreq
plugin. So I think the existing docs are right.
can you review the docs