.. SPDX-FileCopyrightText: 2026 Jacques Supcik SPDX-License-Identifier: MIT Oberon-0 Example ================ This example builds a simple WebAssembly module that reads two integers, adds them, and prints the result. .. literalinclude:: ../examples/example_oberon_0.py :language: python :caption: examples/example_oberon_0.py