We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6087ccb commit 250cf2dCopy full SHA for 250cf2d
typegate/src/runtimes/python_wasi/python_wasi.ts
@@ -9,17 +9,11 @@ import { ComputeStage } from "../../engine/query_engine.ts";
9
import { PythonWasmMessenger } from "./python_wasm_messenger.ts";
10
import { path } from "compress/deps.ts";
11
import { PythonVirtualMachine } from "./python_vm.ts";
12
-import { Materializer } from "../../typegraph/types.ts";
+import { Artifact, Materializer } from "../../typegraph/types.ts";
13
import * as ast from "graphql/ast";
14
15
const logger = getLogger(import.meta);
16
17
-interface Artifact {
18
- path: string;
19
- hash: string;
20
- size: number;
21
-}
22
-
23
function generateVmIdentifier(mat: Materializer, uuid: string) {
24
const { mod } = mat.data ?? {};
25
let identifier = "";
0 commit comments