Skip to content

Commit

Permalink
Update ApplicationDeveloperGuide/runtime.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-leroux authored Dec 24, 2024
1 parent bda97cb commit a6993f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ApplicationDeveloperGuide/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Basically, the source code is first compiled by a compiler to produce an archite
- The C source code is compiled by a C compiler [2]_ into `WebAssembly <https://webassembly.org/>`_, also called `Wasm`.

Finally, the binary code is loaded and linked by a tool named the :ref:`SOAR <soar>`.
The SOAR loads both Java bytecode ``.class`` files and WebAssembly ``.wasm`` files as long as other application-related :ref:`files and resources <chapter.microej.classpath>` and links it all to produce the final binary file that the :ref:`Core Engine <core_engine>` will execute.
The SOAR loads both Java bytecode (``.class`` files), WebAssembly (``.wasm`` files), and other application-related :ref:`files and resources <chapter.microej.classpath>`.
It links these components to produce the final binary file executed by the :ref:`Core Engine <core_engine>`.


.. figure:: images/build-flow.png
Expand Down

0 comments on commit a6993f4

Please sign in to comment.