Allow Subinterpreters on WASI/Emscripten Builds
未关闭
还没有人认领这个 Issue。
3.14
3.15
docs
interpreter-core
OS-emscripten
OS-wasi
stdlib
tests
topic-subinterpreters
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Currently using multiple interpreters on WASI and Emscripten builds is disallowed. This is reflected in various places, including configure, the test suite, and the docs. I don't recall why the feature was disallowed (maybe confusion about a relationship with threads?), but there shouldn't be any need to disallow them.
CC @brettcannon
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,跟踪 configure、测试套件以及 WASI 和 Emscripten 构建文档中的 subinterpreter 限制。确认该限制存在的原因,并验证在配置、测试和文档中都一致允许多个解释器,同时不要将此功能与线程混为一谈。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, wasm
- 领域
- build-system, documentation, testing
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100