You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/esp32-idf-wasi
Volodymyr Shymanskyy de822b7e0f
Rename API
3 years ago
..
.old ESP32 WASI example 5 years ago
main Rename API 3 years ago
.gitignore ESP32 WASI example 5 years ago
CMakeLists.txt ESP32 WASI example 5 years ago
README.md Update README.md 4 years ago
sdkconfig.defaults ESP32 WASI example 5 years ago

README.md

Build for ESP-IDF, with minimal WASI support

Note: Currently, to run this example you need a PSRAM-enabled ESP32 module (this might be improved in future).

Download and install ESP-IDF v4.0

export IDF_PATH=/opt/esp32/esp-idf

# Set tools path if needed:
#export IDF_TOOLS_PATH=/opt/esp32

source $IDF_PATH/export.sh

idf.py menuconfig

# Select target:
idf.py set-target esp32s2beta # or esp32

idf.py build

idf.py -p /dev/ttyUSB0 flash monitor