wasmedge-quickjs icon indicating copy to clipboard operation
wasmedge-quickjs copied to clipboard

Demo(Async HTTP Request) can't work on macOS

Open frankLife opened this issue 2 years ago • 0 comments

Enviroment:

  1. macOS version: image

  2. rust version: image

  3. wasmedge version: image

  4. more information: the default version of wasmedge 0.10.0 also can't work on macOS image

  5. Description: After cargo build, many of the examples in this repository can work such as hello.js ,Add Core Module With JavaScript(ES), but the demo of Async Http Request can't work

image

How can I solve this problem? @juntao

And I test it by the same way on linux , it looks works.

http post request image

server image

Thanks

frankLife avatar Jun 04 '22 17:06 frankLife