Commit b4e9eb0
committed
fix: make wit_library world attribute optional for interface libraries
WASI interface packages (wasi:io, wasi:cli, etc.) export interfaces but don't
define worlds. The world attribute is only needed for component entry points,
not for interface library definitions.
This fixes CI build failures where WASI wit_library targets were missing the
mandatory world attribute.1 parent c04f8b0 commit b4e9eb0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
| 207 | + | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments