espressif / esp-wasmachine

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

The support verison of wasmachine #4

Closed TAOFOR4 closed 5 months ago

TAOFOR4 commented 6 months ago

Hi,

Esp-wasmachine is really a good job! Thx for working. I wonder if you will update it to support devices like ESP32 C6. Because from the README file, I didn't see any support for ESP32 C6.

Thank you!

donghengqaz commented 6 months ago

Hi @TAOFOR4,

Yes, we plan to add other platform, like ESP32-C3, ESP32-C6, ESP32-P4 and so on. If you would like to use ESP32-C6, we can prioritize to support it.

TAOFOR4 commented 5 months ago

Hi @TAOFOR4,

Yes, we plan to add other platform, like ESP32-C3, ESP32-C6, ESP32-P4 and so on. If you would like to use ESP32-C6, we can prioritize to support it.

Hi, thx for the reply. Nice to hear that. :) I have an ESP32-C6 right now. If Esp-wasmachine can support it soon, it will be good because I am planning to do some performance testing on it. (energy consumption, memory size, execution time, etc.. It may also get some interesting analysis for Esp-wasmachine.

gordonlukch commented 5 months ago

Hi @TAOFOR4,

Yes, we plan to add other platform, like ESP32-C3, ESP32-C6, ESP32-P4 and so on. If you would like to use ESP32-C6, we can prioritize to support it.

Dear all,

I also interesting on Esp-wasmachine and have ESP32-C6 (DevKitM-1) as well. if esp-wasmachine could support ESP32-C6 soon, it would be nice. Thx ;-)

donghengqaz commented 5 months ago

@TAOFOR4 @gordonlukch Of course, I will add C6 support and sync it to github as soon as possible.

donghengqaz commented 5 months ago

Hi, @TAOFOR4 @gordonlukch

The ESP32-C6 support has been added to the mainline, you can directly use it, the default configuration is based on C6 4MB flash.

gordonlukch commented 5 months ago

Great and thanks for hard work👍

TAOFOR4 commented 5 months ago

Thank you! :)

ammaree commented 5 months ago

Any chance to upgrade for IDF v5 support?

On 18 Apr 2024, at 13:51, Tao Xiong @.***> wrote:



Thank you! :)

— Reply to this email directly, view it on GitHubhttps://github.com/espressif/esp-wasmachine/issues/4#issuecomment-2063680964, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAYT7GHZHSTBV6YCUWPM2KTY56XSFAVCNFSM6AAAAABFTMMVLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRTGY4DAOJWGQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

wujiangang commented 5 months ago

Any chance to upgrade for IDF v5 support?

You can use any tagged version or release branch from v5.0 onwards.

Close the issue, and feel free to raise new ones if you encounter any further issues.