feat: update with web assembly components
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
11
crates/churn/wit/world.wit
Normal file
11
crates/churn/wit/world.wit
Normal file
@@ -0,0 +1,11 @@
|
||||
package component:churn-tasks@0.1.0;
|
||||
|
||||
interface task {
|
||||
id: func() -> string;
|
||||
should-run: func() -> bool;
|
||||
execute: func();
|
||||
}
|
||||
|
||||
world churn {
|
||||
export task;
|
||||
}
|
Reference in New Issue
Block a user