WebAssembly/wasi-libc

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

オープン

#515 opened on 2024/07/16

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C (245 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,018 個のスター)
PR merge metrics
 (平均マージ 6d) (30d で 4 merged PRs)

説明

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.

コントリビューターガイド