WebAssembly/wasi-libc

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

Aberta

#515 aberto em 16 de jul. de 2024

 (1 comentário) (0 reação) (0 responsável)C (249 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (1.020 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d) (4 fundiu PRs em 30d)

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.

Guia do colaborador