Lines Matching refs:runWASI
38 function runWASI(options) {
62 runWASI({ test: 'cant_dotdot' });
66 runWASI({ test: 'clock_getres' });
68 runWASI({ test: 'exitcode', exitCode: 120 });
69 runWASI({ test: 'fd_prestat_get_refresh' });
70 runWASI({ test: 'freopen', stdout: `hello from input2.txt${checkoutEOL}` });
71 runWASI({ test: 'ftruncate' });
72 runWASI({ test: 'getentropy' });
76 runWASI({ test: 'getrusage' });
78 runWASI({ test: 'gettimeofday' });
79 runWASI({ test: 'main_args' });
80 runWASI({ test: 'notdir' });
81 runWASI({ test: 'poll' });
82 runWASI({ test: 'preopen_populates' });
85 runWASI({ test: 'readdir' });
88 runWASI({ test: 'read_file', stdout: `hello from input.txt${checkoutEOL}` });
89 runWASI({
93 runWASI({ test: 'stat' });
94 runWASI({ test: 'sock' });
95 runWASI({ test: 'write_file' });
99 runWASI({ test: 'stdin', stdin: 'hello world', stdout: 'hello world' });