Does wasm-compose
make any attempt to de-duplicate core modules? For example, if I compose two components, each with identical copies of libpython.so
and libc.so
, will the output contain just one of each? I'm guessing no, since shared-everything linking wasn't a thing until recently, but I thought I'd check.
I believe the answer is "no"
@Peter Huene would know for sure
That's correct, it makes no attempt to do so
Joel Dice has marked this topic as resolved.
For reference, I opened an issue for this: https://github.com/bytecodealliance/wasm-tools/issues/1190
Last updated: Nov 22 2024 at 16:03 UTC