mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
6df2b9d084
Many internal structures refer to trace positions; this is an important type of values. In the code, it is sometimes `u32`, sometimes `usize`. While such variables usually have "_pos" suffix, having a dedicated type does improve code with type guarantees. |
||
---|---|---|
.. | ||
air-parser | ||
execution-info-collector | ||
interpreter-data | ||
interpreter-interface | ||
lambda | ||
log-targets | ||
polyplets | ||
test-utils | ||
trace-handler |