Sam Clegg
Sam Clegg
Should be and easy enough wasm-ld fix if we want to support that. Do maybe users really use that flag instead of `-rpath`?
Would you mind filing a bug instead against wasm-ld in the llvm repo?
> A typical wasm size of an Unity game, is about 50-70M > with 15,000,000+ Func exprs. > in my case, i will load wasm and modify it in phone(android...
Yes, `skip_function_bodies` was designed for by used by objdump se you can do things like `objdump -h` to see the all the file headers in O(1) time without decoding the...
Is this a regression or has this always been a limitation of AUDIO_WORKLET?
I certainly seems logical to use the same pattern for both pthreads and wasm workers / audio worklets.
Hopefully we can completely do away with the need for the separate `.ww.js` file like we did already for pthreads.
I started work on this in #24163
It looks like `EMSCRIPTEN_VERSION` is already available to JS libraries, but in string form: https://github.com/emscripten-core/emscripten/blob/5c27e79dd0a9c4e27ef2326841698cdd4f6b5784/src/settings_internal.js#L108 How one should do comparisons based on that string is still not clear. There was...
Adding a new macro to `parseTools.js` for version comparison seems reasonable. However, I also think it would be great if external projects could provide their own macros more easily, so...