Closed
Description
Question
When I try to use process.hrtime()
I receive a runtime error:
import { process } from 'process';
export function start(): void {
const time: u64 = process.hrtime();
}
caught TypeError: Illegal invocation
at ~lib/process/process.hrtime (process.ts:36:15)
at assembly/index/start (index.ts:63:21)