gitextract_u8dox53_/ ├── .gitignore ├── LICENSE.txt ├── Makefile ├── README.md ├── boot.c ├── index.js ├── jsmin.c ├── mono-wasm.cpp ├── mscorlib.xml ├── sample/ │ ├── hello/ │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── hello.cs │ │ └── index.html │ └── hello2/ │ ├── .gitignore │ ├── Makefile │ ├── hello.cs │ └── index.html └── tests/ └── Mono.WebAssembly/ ├── Makefile ├── index.html └── test.cs