Results 139 comments of estk

Not interested in this

@PhilipMetzger how does this differ from `jj git init --colocate`?

This is implemented in #408, just waiting for a rebase on my msrv changes

Based on this issue: https://github.com/bytecodealliance/wasm-tools/issues/1798 I tried changing: ``` world app { import user-interface; export user-interface; export salutation; } ``` Which results in the following with cargo component build -p...

The example you gave above was super helpful in exploring a bit more what is a valid composition, glad to know those tools exist! I spent a little more time...

@sammyne maybe you need to remove api-types from the docs-adder

@alexcrichton , @sammyne 's comment brought up another question for me, would (and how would) the workaround also work if api-types was located in a separate package?