Protecting against stack overflow in Wasmtime Host Functions
Dec 30, 2023 · 4 min read · Recently I was able to contribute a patch to Wasmtime for supporting custom runtime stacks for it's asynchronous execution mode (#7209). This is post documents the abilities that unlocks and allows for better testing against stack overflow for hosts ...
Join discussion