Sam Clegg

Results 1781 comments of Sam Clegg

Ah.. I verified it with `"emcc" -c` even though it didn't happen with `"/full/path/to/emcc" -v` .. which is odd because your case it looks like you using the full path...

Ok, my change has landed so you should be able to simply modify `test_shell_cmd_with_quotes` and remove the `if not WINDOWS` check.

Looks like there must be another missing @ since the test is still echoing the CWD (`\nC:\\Users\\circleci\\AppData\\Local\\Te[53 chars]) \n'`)

> This might be a silly question, but does it look like the `.circleci/config.yml` file defines the "Install emsdk" command as installing TOT (tip of tree)? Might mean these tests...

I imagine it would be a fair amount of work to implement aio. In particular `aio_suspend` would require something like `ASYNCIFY` in order to work.

@shravanrn @keithw do either you have have access to macOS machine such that you could debug this?

I've temporarily disabled macos-latest in CI, which is not great. If anyone has any time to look into fixing this that would be great. Since its 100% reproducible on new...

It looks like that combination of flags is not allowed: https://github.com/emscripten-core/emscripten/blob/74ada8315172abe32db7b475f52e5e2612dfbc9b/src/library_wasm_worker.js#L22-L24 However, the compiler should not crash so we should fix that.

We normally like to do black box test of emcc, so maybe here we could have a test that using `emcc -v` (prints subcommands to stderr).. you could then find...