bytecodealliance/jco

Reduce duplicated WIT files in the repository

Open

#1,594 建立於 2026年6月3日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (124 fork)github user discovery
good first issueproject/jcotests

倉庫指標

Star
 (952 star)
PR 合併指標
 (平均合併 9小時 50分鐘) (30 天內合併 94 個 PR)

描述

There are a lot of duplicated WIT files in the repository, and it's probably a good idea to either:

  • Remove them from source control via ignores (e.g. wit/deps folders, but obviously we need to keep wit/world.wit)
  • Centralize and de-duplicate the wit directory contents

This is most egregious in the external test suite (caller + callee components both have separate wit directories), but the reasons it wasn't so straight forward to do:

  • symlinks are not well supported by default on windows (so we can't just have the wit dirs be symlinks)
  • some toolchains don't deal well with wit dirs that are not local/in the same folder

貢獻者指南