You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
I think this is related to the fact that on Windows paths are separated by backslahes instead of slashes.
Here's what I see on Windows:
Here's what I see on the webassembly.studio website:
It looks like on Windows a file like "src\main.c" is not treated as a file in the "src" directory, but rather as a file that has a backslash in its name.
I've cloned the contents of this repo to my PC, did
npm install
and everything as per the README file.The interface can be opened in the browser. But when I try to compile the sample "empty C project" or any other project, I get this message:
Is there something missing the README file? I'm doing it in a git bash on Windows 10.
The text was updated successfully, but these errors were encountered: