Ryan Levick
Ryan Levick
I believe [rfcs#3392](https://github.com/rust-lang/rfcs/pull/3392) is somewhat explicit about ensuring that everyone is part of the project *through a team* because this makes answering a question of why they are part of...
https://github.com/rust-lang/rfcs/pull/3392 considers working groups *teams* in the wider sense of the word (i.e., a governance structure). Everyone considered a part of the Rust project is a member of a governance...
> the definition of imports here is then simply "import the corresponding WIT type by its fully qualified import name". I think this deserves to be documented now even before...
That seems fine. Though it did seem more intuitive to me for ComponentizeJS to also have a CLI and be (at least spiritually) the main tool for componentizing JavaScript. I...
I'm also running into this issue. For languages with good dead code elimination like Rust the resulting component binary might not reflect the exact targeted world if the any imports...
@seanisom @kate-goldenring what's the state of this PR - is this blocked on anything in particular?
I imagined this fitting nicely in `why-component-model.md`. If at some point that page becomes too long, we can break it out.
@ridruejo would you be able to rebase this or should this be closed instead?
@itowlson @kate-goldenring should this be rebased/merged or closed?
I think the issue is that this requires picking favorites when it comes to a component compatible runtime. Implementing component support in a host is tied very closely with the...