WebAssembly/wasi-libc

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

Ouverte

#515 ouverte le 16 juil. 2024

 (1 commentaire) (0 réaction) (0 personne assignée)C (248 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (1 020 étoiles)
Métriques de merge PR
 (Merge moyen 6j) (4 PRs mergées en 30 j)

Description

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.

Guide contributeur