WasmEdge / wasmedge-db-examples

Lightweight database clients in the WasmEdge Runtime
Apache License 2.0
66 stars 11 forks source link

Couldnt run #20

Open airwind619 opened 10 months ago

airwind619 commented 10 months ago

[2023-12-12 19:59:16.753] [error] instantiation failed: unknown import, Code: 0x62 [2023-12-12 19:59:16.755] [error] When linking module: "rustls_client" , function name: "codec_is_handshaking" [2023-12-12 19:59:16.755] [error] At AST node: import description [2023-12-12 19:59:16.755] [error] At AST node: import section [2023-12-12 19:59:16.756] [error] At AST node: module

juntao commented 10 months ago

You need to install the TLS plugin for WasmEdge. See the GitHub Actions in this repo for examples.

https://wasmedge.org/docs/start/install#tls-plug-in