feat: some shit
This commit is contained in:
7
nodes/subtract/wit/world.wit
Normal file
7
nodes/subtract/wit/world.wit
Normal file
@@ -0,0 +1,7 @@
|
||||
package component:subtract;
|
||||
|
||||
/// An example world for the component to target.
|
||||
world example {
|
||||
export execute: func(left: s32, right: s32) -> s32;
|
||||
export get-definition: func() -> string;
|
||||
}
|
||||
Reference in New Issue
Block a user