Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepclause/agentvm
/ worker.js
File
worker.js
src/worker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ parentPort, workerData, receiveMessageOnPort } = require(
'node:worker_threads'
);
2
const
{ WASI } = require(
'node:wasi'
);
3
const
fs = require(
'node:fs'
);
4
const
{ NetworkStack } = require(
'./network'
);
Callers
nothing calls this directly
Calls
1
start
Function · 0.85
Tested by
no test coverage detected