-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Labels
wasm-composeIssues related to the `wasm-compose` crateIssues related to the `wasm-compose` crate
Description
Now that we've implemented shared-everything linking as part of wit-component (see #1133), it would be nice if wasm-compose could check for identical modules and deduplicate them.
For example, when composing two components created by componentize-py, both components will [1] likely have identical copies of libpython311.so, libc.so, libcomponentize_py_runtime.so, etc., each of which could be deduplicated.
[1]: If it turns out two components produced by the same version of componentize-py contain libraries that aren't identical, I'd consider that a bug to be fixed.
rajsite
Metadata
Metadata
Assignees
Labels
wasm-composeIssues related to the `wasm-compose` crateIssues related to the `wasm-compose` crate