/moonbit-wasm4-esp32

MoonBit WASM-4 on the ESP32 series microcontroller

Primary LanguageCOtherNOASSERTION

MoonBit WASM-4 on ESP32

1727189835964

GPIO should be configured according to your specific ESP32 board.

idf.py set-target esp32c6
moon build -C ./snake-mbt --target wasm
xxd -n __game_card -i ./snake-mbt/target/wasm/release/build/snake.wasm > ./main/gamecard.c
idf.py flash