Sam Clegg

Results 1782 comments of Sam Clegg

Can you not derive the emscripten root from looking up `emcc` in the `PATH`? This seems better than ask all emscripten users to not only put `emcc` in the `PATH`...

Perhaps i'm not understanding something here. How would having `EMSCRIPTEN_ROOT` help tremendously in your case? Is looking up tools in the `PATH` hard in some place or system that I'm...

I see. That sounds like all the more reason to ship webidl_binder and file_packager alongside emcc (i.e. in the PATH).

Another option could be to add the emscripten dir to the `--version` output (line clang does with its `InstalledDir`: ``` $ clang -v Debian clang version 16.0.6 (19) Target: x86_64-pc-linux-gnu...

> Unfortunately, this approach doesn't work with other distributions. I'm looking at the Homebrew installation on MacOS in particular, but I imagine others may use similar tricks as well. For...

If that works for your situation then great, but remember that will only work if the cache directory happen to live inside the emscripten directory (as it happens that is...

To see what it looks like when we use this new technique in our JS library code 3ea9b6a15

OK, but the main point is that `after the data section`is not the right wording for that.

Do we not run any of these tests are part of CI? If not, I think we can/should add support for running at least some tests using jsvu version of...