Add "placeholder" text from proposal

This commit is contained in:
2026-07-01 15:38:19 +02:00
parent 914325fdbe
commit ef81fcee56
12 changed files with 222 additions and 70 deletions
+20 -3
View File
@@ -5,10 +5,27 @@
\chapter{Background}\label{ch:background}
\section{WebAssembly}
\begin{itemize}
\item Related work
\item Relevant information on WebAssembly
\item Relevant information on FAIL*
\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}
\end{document}