Thank you very much! I found out the reason yesterday,so I try to compile the code in Ubuntu 20 04.However,there are similar but different problems.Later, I downgraded the emscripten version from 3.x to 1.40.1,successfully solved the problem and compiled the code,which make me feel excited!
There may be a bug in "apps/simple-html/debug-page.html".On line 9 of the code,<script src="
https://unpkg.com/vue/dist/vue.js"></script>,404 error will be generated.
I tried to change this code to <script src="
https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script>.The 404 error has been resolved, but there are some other problems.These problem may be caused by the Vue version I use, so I'm looking for another solution.
Thank you again for your reply
-----
Sangs