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
Error: ENOENT: no such file or directory, open 'C:\code\emsdk\emscripten\incoming\src\libb.js'
I wonder if it would be good idea to make #include "foo.js" be treated with respect to the current file, and #include <foo.js> with respect to $EMSCRIPTEN/src?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.
liba.js
#include "libb.js"
libb.js
Command line:
emcc tests/hello_world.c --js-library liba.js -o a.html
Will fail with error
I wonder if it would be good idea to make
#include "foo.js"
be treated with respect to the current file, and#include <foo.js>
with respect to$EMSCRIPTEN/src
?The text was updated successfully, but these errors were encountered: