Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lijunchen/moonbit-wasm4-esp32
MoonBit WASM-4 on the ESP32 series microcontroller
https://github.com/lijunchen/moonbit-wasm4-esp32
esp32 wasm wasm4
Last synced: 4 days ago
JSON representation
MoonBit WASM-4 on the ESP32 series microcontroller
- Host: GitHub
- URL: https://github.com/lijunchen/moonbit-wasm4-esp32
- Owner: lijunchen
- License: other
- Created: 2024-08-11T04:17:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T06:46:46.000Z (3 months ago)
- Last Synced: 2025-01-31T04:43:16.888Z (14 days ago)
- Topics: esp32, wasm, wasm4
- Language: C
- Homepage:
- Size: 437 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoonBit WASM-4 on ESP32
![1727189835964](https://github.com/user-attachments/assets/7b271c2b-14e0-44ce-bc88-7dc4b07546a5)
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
```