Searched refs:patchedExit (Results 1 – 1 of 1) sorted by relevance
23 const patchedExit = () => { throw new Error('test error'); }; function24 wasi.wasiImport.proc_exit = patchedExit.bind(wasi.wasiImport);