MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

examples/container/worker-configuration.d.ts:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 constructor(message?: string);
222 }
223 class RuntimeError extends Error {
224 constructor(message?: string);
225 }
226 type ValueType = "anyfunc" | "externref" | "f32" | "f64" | "i32" | "i64" | "v128";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected