espressif / esp-wasmachine

The Machine which can run WASM applications.
76 stars 6 forks source link

Compiling Application to WASM (AEGHB-839) #9

Open macmanschmeli opened 4 weeks ago

macmanschmeli commented 4 weeks ago

Checklist

Issue or Suggestion Description

Hi, while the standard hello_world.wasm works very well, i cannot get to run my own hello world wasm application. it would be nice to inclued a guide in the readme on how to compile eg. c code to wasm such that it works. thanks in regard J

donghengqaz commented 1 week ago

Hi @macmanschmeli , we have a esp-wdf to help developers to create their own application project, compiler, run and even install it remotely to development board, you can check this.