Nodes - how to pass array of floats to wgslFn?

Hi everyone,

as simple as the title says - how do I pass an array of floats to a wgslFn? Within the WGSL code I can receive the array as array<< f32 >, count> but I did not found any examples how to pass the array from the Javascript side. Thanks in advance for help!