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

8 lines
193 B
Plaintext

package component:add;
/// An example world for the component to target.
world example {
export execute: func(left: s32, right: s32) -> s32;
export get-definition: func() -> string;
}