WebAssembly/wasi-libc

Keep/separate out a list of symbols that are only stubs

开放

#515 创建于 2024年7月16日

 (1 条评论) (0 个反应) (0 位负责人)C (245 个派生)github user discovery
help wanted

仓库指标

星标
 (1,018 个星标)
PR 合并指标
 (平均合并 6天) (30 天内合并 4 个 PR)

描述

Probably one of the biggest headaches in keeping CPython compatible with WASI is tracking the stubs that suddenly turn on "new" functionality thanks to configure discovering the new symbol. Having a list of the stubs (or https://github.com/WebAssembly/wasi-libc/blob/main/expected/wasm32-wasip2/defined-symbols.txt somehow delineating what are stubs) would be great as I can then turn off those function explicitly in the config.site file.

贡献者指南