You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-develop-wasm-modules.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,10 @@ Operators are the fundamental processing units based on [Timely dataflow operato
89
89
90
90
Modules are the implementation of operator logic as WASM code. A single module can implement multiple operator types. For example, a temperature module might provide:
91
91
92
-
- A map operator for unit conversion.
93
-
- A filter operator for threshold checking.
94
-
- A branch operator for routing decisions.
95
-
- An accumulate operator for statistical aggregation.
92
+
- A map operator for unit conversion
93
+
- A filter operator for threshold checking
94
+
- A branch operator for routing decisions
95
+
- An accumulate operator for statistical aggregation
0 commit comments