Sam Clegg
Sam Clegg
Is it possible to try a older version of emscripten via the msys packaging system? e.g. can you try 3.1.49?
I'm trying to figure out if this was always a problem or something recent that changed with binaryen.
Perhaps you could attach a debugger the hanging binary? Can you reproduce that issue in isolation by setting `EMCC_DEBUG=1` during linking (or just `EMCC_DEBUG_SAVE=1`) and copying the input wasm binary...
I would say its more correct to reject those features.. but I don't think we should prioritize that work. Its seems fairly minor.
The problem is that the term "library" in a build system normally means just a part of a program (either as a static or dynamic library). What a reactor is...
> It seems there are different ways, please correct me if I was wrong @sbc100 > > * add an embedded as a bridge between libc-module-instance and plugin-main-module-instance. It is...
> > In the emscripten model the main module includes libc and the side module(s) import all the libc symbols from the main module: https://emscripten.org/docs/compiling/Dynamic-Linking.html > > Reading this, it...
I think option 3 makes the most sense.
Yes, we would have to find a way to not break `--no-gc-sections` of course.
> The loss of llvm-dwarfdump seems surprising; do you know why isn't that included, when things like llvm-objdump are? The list seems to be hardcoded here: https://github.com/llvm/llvm-project/blob/29ee66f4a0967e43a035f147c960743c7b640f2f/llvm/cmake/modules/AddLLVM.cmake#L1306-L1340 I'm not sure...