// download beta0 release img 
// https://github.com/atomvm/AtomVM/releases/download/v0.6.0-beta.0/AtomVM-esp32s3-v0.6.0-beta.0.img
// PRESS F1 and select "Upload Firmware and Start Simulation"
// choose downloaded image
// replicate crash

#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"

void app_main() {
  printf("Hello, Wokwi!\n");
  while (true) {
    vTaskDelay(1000 / portTICK_PERIOD_MS);
  }
}
Loading
esp32-s3-devkitc-1