Architecture
Architecture
Previous | Top | Next |
---|---|---|
WebAssembly Does Not Have A “raw binary” Data Type | WebAssembly Program Architecture | WebAssembly Implementation |
Structure Diagram
The architecture of the WebAssembly part of this program is laid out in the following block diagram:
The program structure is illustrated using Jackson Structured Programming where a sequence of steps is shown by the pale yellow boxes, and an iteration of steps is shown by the blue boxes.
The instructions in the child boxes underneath each blue box will be repeated as many times as required, until the condition in the blue box becomes false.