Files
nodarium/nodes/subtract/wit/world.wit
2024-02-28 21:21:42 +01:00

8 lines
198 B
Plaintext

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;
}