Sam Clegg

Results 1093 comments of Sam Clegg
trafficstars

> Specifying the `ValidateName` function for the side module didn't work for me. Sorry I'm not sure I understand what you mean by this. Can you elaborate a litte? My...

Emscripten doesn't support `sendfile` and I don't think we ever even had a stub for it. There used to be a header which was removed in #14248. Can you try...

I don't think this is intended behaviour. Do you have any idea how or why this might happen?

If you run with devtools open can you see what it happening when you such as hang? I'm not sure what you mean by "rounding modes are not imported correctly...

Here is some information on javascript stack overflows: https://humanwhocodes.com/blog/2009/05/19/javascript-stack-overflow-error/ Yes you can catch them, and no it not possible to control the stack size in the wild (You can do...

I don't think the "maybe you're missing -s USE_SDL=2 in compiling" is coming from emscripten itself. I don't think we have ever had such an error message. Can't you tell...

With SDL my understanding is that you can do something like `#include ` , which is somewhat ambiguous, or you can do `#include ` or `#include ` which are more...

> I get suspicious warnings in the compilation: clang++: warning: argument unused during compilation: '-isystem /home/terop/cvs/emscripten/emsdk/upstream/emscripten/cache/sysroot/include/freetype2' [-Wunused-command-line-argument] lang++: warning: argument unused during compilation: '-isystem /home/terop/cvs/emscripten/emsdk/upstream/emscripten/cache/sysroot/include/SDL2' [-Wunused-command-line-argument] That seems odd.. `-isystem`...

I agree we should add test case for this if there is not one already. @tlively do we have a test for seeking in large files beyond 2^32? If not...

> I'm running into this limit when working with large audio files (>2GB). > > Looking at `opfs_backend.h`, it already uses `off_t` to set the size of the file (regardless...