second-state / wasmedge-quickjs

A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.
Apache License 2.0
477 stars 59 forks source link

HTTPS support #113

Open ShayanShiravani opened 11 months ago

ShayanShiravani commented 11 months ago

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

L-jasmine commented 8 months ago

https://github.com/second-state/wasmedge-quickjs/pull/120

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.