bytecodealliance / bytecodealliance/componentize-py
Remove init function and types from the final output
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 277
- Forks
- 51
- Ø Merge
- 12 Std. 10 Min.
- Gemergte PRs (30 T.)
- 10
Beschreibung
The pre-initialization process currently involves an exported anonymous interface and types (defined in init.wit). That should be stripped out of the final component since it's not part of the application's world.
Beitragsleitfaden
Rechercherichtung
Start with init.wit and trace the pre-initialization process to where the final component is produced. Verify that the exported anonymous interface and related types are absent from the final component while the application's world remains intact. The issue does not name a test, so identify the relevant existing component-generation checks before making changes.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- rust, wasm
- Bereich
- tooling
- Issue-Typ
- Refactoring
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100