This component allows the emitter to run some Molang at creation, primarily to populate any Molang variables that get used later.
"minecraft:emitter_initialization": {
"creation_expression": <molang>, // this is run once at emitter startup
"per_update_expression": <molang> // this is run once per emitter update
}