Searched defs:returnOnExit (Results 1 – 4 of 4) sorted by relevance
12 const wasi = new WASI({ returnOnExit: true }); property22 const wasi = new WASI({ returnOnExit: true }); property
37 const wasi = new WASI({ returnOnExit: true }); property
21 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); property
23 assert.throws(() => { new WASI({ returnOnExit: 'fhqwhgads' }); }, property