"Error: Script startup exceeded CPU time limit."?Total Upload: 388.83 KiB / gzip: 91.02 KiBenv to a large quanity of my functions just to get access to things where I need them.
process.arch and process.platform, or os.arch() and os.machine(). However, there are no such options for CF Workers. node_compat = true, I get os.arch() === "javascript" and process.platform === browser
--host 127.0.0.1:8787 though it won't work with --remotewasm2.__wbindgen_start() line in the bundled js, but the worker claims it can't find it even though it's a function in the bundled wasm file"Error: Script startup exceeded CPU time limit."Total Upload: 388.83 KiB / gzip: 91.02 KiBenvprocess.archprocess.platformos.arch()os.machine()node_compat = trueos.arch() === "javascript"process.platform === browser--host 127.0.0.1:8787--remotewasm2.__wbindgen_start()function logErrorToSentry(request: Request, env: Env, ctx: ExecutionContext, err: any) {
const sentry = new Toucan({
dsn: env.SENTRY_DSN,
context: ctx,
environment: env.ENVIRONMENT,
request,
});
sentry.captureException(err);
}