Alon Zakai
Alon Zakai
@icculus I definitely understand the problem you raise, and this sounds like the right solution for that situation. I'd be ok with adding this option to the default HTML. However,...
Plan sounds good to me too! And good point about the existing devtool warnings in browsers, I remember those now that you mention them...
We don't currently have a mechanism for this, but we probably should. Many applications just take over the whole page, so the default is usually ok, but there are definitely...
> This seems to save on code size compared the JS version [..] I measured the combined size of core2.test_strptime_days (with closure compiler enabled) and got the following results: >...
A different clang might cause issues. But if the bitcode is compatible, just run `emcc bitcode.bc` - it works fine with bitcode as its input (can even be multiple bitcode...
This sounds like an LLVM issue, but @sbc100 might have a quick answer. I'd guess this might be the code or the data section that is too large. @sbc100 is...
I am unfortunately not familiar with this code (or with native pipes either). It looks like the PIPEFS code began in https://github.com/emscripten-core/emscripten/pull/4378 / #4935 by @cynecx and @atrosinenko - would...
Hmm, "references" is odd as emscripten doesn't emit anything using reference types. Perhaps the Safari error is confusing, though. Do you compile or link with any `-m` flags to enable...
Looks like the same issue as in https://github.com/WebAssembly/binaryen/issues/6229, which is that we don't yet support values added to `br_on` instructions.
Alternatively, we could refer people that want to use llvm 11 release to a specific emscripten version that is known to work with that? I.e. if they want to use...