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
+3 -22
View File
@@ -5,27 +5,8 @@
\chapter{Background}\label{ch:background}
\section{WebAssembly}
\begin{itemize}
\item What is it
\item WebAssembly text format
\item WebAssembly memory, containerization, restricted controlflow
\end{itemize}
\section{WebAssembly Micro Runtime}
\begin{itemize}
\item Memory allocators (pool, usage), linear memory, memory usage
\item Different interpreters + JiTs + AoT (information + tradeoffs)
\end{itemize}
\todo[inline]{Not sure where the Wasm/WAMR separation is}
\section{Fault-Injection Leveraged~\autocite{schirmeierFAILOpenVersatile2015}}
\begin{itemize}
\item FAIL* architecture
\item FAIL*Bochs backend, how does FAIL* inject
\item FAIL*'s generic-experiment
\item How to perform a FAIL* experiment
\end{itemize}
\subfile{03_01_wasm.tex}
\subfile{03_02_wamr.tex}
\subfile{03_03_fail.tex}
\end{document}