Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 383 Bytes

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