Start background chapter

This commit is contained in:
2026-07-01 23:53:27 +02:00
parent 446f82205a
commit c3a06b4e43
13 changed files with 138 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
\section{\Glsdesc*{wamr}}\label{sec:wamr}
\begin{itemize}
\item Memory allocators (pool, usage), linear memory, memory usage
\item Different interpreters + JiTs + AoT (information + tradeoffs)
\end{itemize}
\end{document}