init

Attribute Macro init 

Source
#[init]
Expand description

Marks the actor entry-point function to be executed by wasmcloud

ยงExamples

#[actor::init]
fn init() {
    // Register message handlers...
}