I am trying to build Pyodide from source on Windows. In their documentation they recommend using Docker. From the documentation:
1 Install Docker 2 From a git checkout of Pyodide, run ./run_docker or ./run_docker --pre-built 3 Run make to build.
I don't understand how to run ./run_docker? I don't even know exactly what the file is. Is it a shell script?