-
Notifications
You must be signed in to change notification settings - Fork 273
unable to compile WebAssemblyStudio project locally on win10 - Illegal characters in file name #463
Comments
I guess this field for |
either full path or just the file name without the path will not work on windows 10. |
it should works) WebAssembly Studio uses virtual file system which not relate on OS at all. |
In my win10, there seems to be no problem with file path. It is strange that main.c is shown as "src\main.c" in the project view, and is not in "/src" folder. The problem is probably caused inconsistent path separater, between project view ("") and WebAssembly Editor (expects "/"). You can manually create "/src" folder and move "main.c", "main.html", and "main.js" into that folder, then it will be compiled. |
not ideal but your workaround works : Your screenshot had me confused as it is the web version, but this workaround works locally. |
Your mention helped me understand this problem better, thanks. I think this is build-time failure when processing templates projects. |
Hi @nokotan yes your code is fixing the windows build when running locally. |
thanks @nokotan 👍 |
I cannot compile a project locally on win10 it says : Illegal characters in file name
The text was updated successfully, but these errors were encountered: