espressif / esp-wasmachine

The Machine which can run WASM applications.
58 stars 5 forks source link

Issues in README file #6

Open TAOFOR4 opened 2 months ago

TAOFOR4 commented 2 months ago

Hi,

I just found there are some issues in README file like some links are not able to access right now. Also, I am curious about some of them like 'the remote application management tool host_tool of WebAssembly'. This one is not in wamr repo any more. But I am wondering if there is any other methods to do something similar? Like modifying or uploading the wasm files in ESP32 C6 remotely? Thank you!

donghengqaz commented 2 months ago

Hi, @TAOFOR4

You can use the host_tool python version in esp-wdf: https://github.com/espressif/esp-wdf/blob/master/tools/host_tool.py, and the document is: https://github.com/espressif/esp-wdf/blob/master/README.md#4-download-and-run-application.