Searched defs:returnOnExit (Results 1 – 4 of 4) sorted by relevance
13 const wasi = new WASI({ returnOnExit: true }); property23 const wasi = new WASI({ returnOnExit: true }); property
38 const wasi = new WASI({ returnOnExit: true }); property
22 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); property
25 assert.throws(() => { new WASI({ returnOnExit: 'fhqwhgads' }); }, property