You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the installation description for wasmedge_rustls_plugin (#176)
* Update the installation description for `wasmedge_rustls_plugin`
Starting with WasmEdge v0.13.4, the `wasmedge_rustls_plugin` has been bundled within
the WasmEdge core (ref: https://github.com/WasmEdge/WasmEdge/releases/tag/0.13.4).
Therefore, this patch modifies the installation instructions for rustls_plugin to
indicate that it should be retrieved from the `WasmEdge/WasmEdge` repository,
rather than from the `second-state/wasmedge_rustls_plugin`.
Signed-off-by: moznion <moznion@mail.moznion.net>
* Fix the wasmedge_rustls_plugin installation description with sudo
Signed-off-by: moznion <moznion@mail.moznion.net>
---------
Signed-off-by: moznion <moznion@mail.moznion.net>
Copy file name to clipboardExpand all lines: docs/start/install.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -128,15 +128,15 @@ WasmEdge uses plug-ins to extend its functionality. If you want to use more of W
128
128
The WasmEdge TLS plug-in utilizes the native OpenSSL library to support HTTPS and TLS requests from WasmEdge sockets. To install the WasmEdge TLS plug-in on Linux, run the following commands after you have installed WasmEdge.
Copy file name to clipboardExpand all lines: i18n/zh/docusaurus-plugin-content-docs/current/start/install.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -128,15 +128,15 @@ WasmEdge uses plug-ins to extend its functionality. If you want to use more of W
128
128
The WasmEdge TLS plug-in utilizes the native OpenSSL library to support HTTPS and TLS requests from WasmEdge sockets. To install the WasmEdge TLS plug-in on Linux, run the following commands after you have installed WasmEdge.
0 commit comments