Skip to content

Commit 697013b

Browse files
committed
Add TLS plug-in as a deprecated feature
Signed-off-by: Michael Yuan <[email protected]>
1 parent add4043 commit 697013b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/start/install.md

+16
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,22 @@ If you install this plug-in WITHOUT installer, you can [refer to here to install
289289

290290
Then, go to [TensorFlow interface in Rust chapter](../develop/rust/wasinn/tf_plugin.md) to see how to run `WasmEdge-TensorFlow` functions.
291291

292+
293+
### TLS plug-in
294+
295+
<!-- prettier-ignore -->
296+
:::note
297+
The Tensorflow Lite plugin is being deprecated from WasmEdge 0.14.0. We now compile TLS functions directly into Wasm for better portability.
298+
:::note
299+
300+
The WasmEdge TLS plug-in utilizes the native OpenSSL library to support HTTPS and TLS requests from WasmEdge sockets. To install WasmEdge with the TLS plug-in, run the following command.
301+
302+
```
303+
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v 0.13.5 --plugins wasmedge_rustls
304+
```
305+
306+
The HTTPS and TLS demos from 0.13.5 require the TLS plug-in.
307+
292308
### WasmEdge TensorFlow-Lite Plug-in
293309

294310
<!-- prettier-ignore -->

0 commit comments

Comments
 (0)