Skip to main content

output

Output bindings for emitting structured data to the cloud Allows WASM modules to send data that will be stored as DeviceOutput

// @ts-ignore
@external("output", "output_emit")
export declare function outputEmit(jsonData: u32): i32;