churn-universe/alloy/wit/world.wit
kjuulh fcce281da3
feat: add actual alloy component
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-02 23:11:38 +01:00

8 lines
185 B
Plaintext

package component:alloy;
/// An example world for the component to target.
world alloy {
import component:churn-tasks/process@0.1.0;
export component:churn-tasks/task@0.1.0;
}