WebAssembly/wasi-libc
Keep/separate out a list of symbols that are only stubs
Offen
#515 geöffnet am 16.07.2024
help wanted
Repository-Metriken
- Stars
- (1.020 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 6T) (4 gemergte PRs in 30 T)
Beschreibung
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.