top | item 47170889 (no title) mendyberger | 3 days ago Is `component {}` valid wit syntax? I've never seen that before discuss order hn newest bvisness|3 days ago It's proposed here: https://github.com/WebAssembly/component-model/issues/598Basically, it's sugar for `package` and `world` in the case where you aren't actually defining a world for others to use, and just for your own use. In such a case, the package and world names are irrelevant anyway.
bvisness|3 days ago It's proposed here: https://github.com/WebAssembly/component-model/issues/598Basically, it's sugar for `package` and `world` in the case where you aren't actually defining a world for others to use, and just for your own use. In such a case, the package and world names are irrelevant anyway.
bvisness|3 days ago
Basically, it's sugar for `package` and `world` in the case where you aren't actually defining a world for others to use, and just for your own use. In such a case, the package and world names are irrelevant anyway.