-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Cannot compile to asm.js/wasm; Linking error; Input file unknown suffix? #39406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't see anything obviously wrong with any of the suffixes being passed to emcc. I might guess that emcc has added new validation that doesn't anticipate being passed 'rlib's. |
Can confirm this behaviour with the same version of emcc. Fixed it by upgrading the latest release. |
I'm getting the same issue under the new version as well
emcc -v
|
@AjBreidenbach |
@bakape |
I don't see this with a recent emscripten, so I'm going to close.
|
So I get the same error I guess trying to target both asmjs and wasm. I guess I don't know if I did something stupid, or if it's a real issue with emscripten...
Here is emcc --v
The text was updated successfully, but these errors were encountered: