UNPKG

module-sandbox

Version:

A v8 isolate sandbox with require support

10 lines (8 loc) 179 B
async function hello (name) { const prefix = await hostcalls.getPrefix(name) console.log('prefix:', prefix) return `${prefix} hello ${name}` } module.exports = { hello }