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
Hi
I know that Wasmedge-quickjs supports HTTP requests, but I want to make an HTTPS request and according to your docs, I installed the tls-plugin but it's not working and still sending HTTP requests.
I'm getting following error:
[2023-09-22 14:06:03.287] [error] instantiation failed: module name conflict, Code: 0x60
[2023-09-22 14:06:03.287] [error] At AST node: module
The text was updated successfully, but these errors were encountered:
This error message doesn't cause TLS to not be sent. However, it's not important; I've now modified the TLS implementation, and it no longer requires the installation of a plugin.
Hi
I know that Wasmedge-quickjs supports HTTP requests, but I want to make an HTTPS request and according to your docs, I installed the tls-plugin but it's not working and still sending HTTP requests.
I'm getting following error:
[2023-09-22 14:06:03.287] [error] instantiation failed: module name conflict, Code: 0x60
[2023-09-22 14:06:03.287] [error] At AST node: module
The text was updated successfully, but these errors were encountered: