bytecodealliance / bytecodealliance/componentize-py
Optionally produce component which imports libpython311.so, libc.so, etc. instead of bundling them
未关闭
- 主要语言
- Rust
- 星标
- 277
- 派生
- 51
- 平均合并
- 12 小时 10 分钟
- 30 天内合并 PR
- 10
描述
This would dramatically reduce binary sizes in cases where the host can provide these libraries.
贡献指南
调研方向
issue 中没有指定文件、测试或入口点。首先定位组件的构建和链接路径,然后确定可选模式如何导入主机提供的 libpython311.so 和 libc.so,而不是将它们打包进去;完成的标准是该模式在不改变默认行为的情况下减小二进制文件大小。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, rust
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100