UNPKG

godprotocol

Version:

A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.

7 lines (5 loc) 138 B
const spawn = async (args, {vm, chain})=>{ let {spawn} = args; await spawn.invoke([], {no_wait: true, chain}) } export default spawn