UNPKG

as-wake

Version:

WAKE bindings for AssemblyScript

7 lines (4 loc) 147 B
const ChildProcess = require('child_process') ChildProcess.exec('node --help', (error, stdout, stderr) => { console.log(stdout) })