WebAssembly/wasi-libc

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

開放

#515 建立於 2024年7月16日

 (1 則留言) (0 個反應) (0 位負責人)C (249 個分叉)github user discovery
help wanted

倉庫指標

星標
 (1,020 顆星)
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.

貢獻者指南