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 ed7cc96 commit 8747c37Copy full SHA for 8747c37
typegate/src/runtimes/wasmedge.ts
@@ -30,7 +30,6 @@ export class WasmEdgeRuntime extends Runtime {
30
_verbose: boolean,
31
): ComputeStage[] {
32
const { materializer, argumentTypes, outType } = stage.props;
33
- console.log("materializer", materializer);
34
const { wasmArtifact, func } = materializer?.data ?? {};
35
const order = Object.keys(argumentTypes ?? {});
36
0 commit comments