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 855310f commit 2642bf8Copy full SHA for 2642bf8
typegraph/node/sdk/src/runtimes/wasmedge.ts
@@ -6,7 +6,6 @@ import { runtimes } from "../wit.js";
6
import { Effect } from "../gen/interfaces/metatype-typegraph-runtimes.js";
7
import { Materializer, Runtime } from "./mod.js";
8
import { fx } from "../index.js";
9
-import { getArtifactMeta } from "../utils/file_utils.js";
10
11
interface WasiMat extends Materializer {
12
module: string;
0 commit comments