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 79df4d0 commit 51d90ccCopy full SHA for 51d90cc
wasm/dotnet/benchmark.js
@@ -121,12 +121,6 @@ class Benchmark {
121
]
122
};
123
124
- for (let index = 0; index < config.assets.length; index++) {
125
- const element = config.assets[index];
126
- console.log(`Asset ${index}: ${element.name} ${element.buffer?.length}`);
127
- }
128
- debugger;
129
-
130
this.dotnet = (await dynamicImport(dotnetUrl)).dotnet;
131
this.api = await this.dotnet.withModuleConfig({ locateFile: e => e }).withConfig(config).create();
132
this.exports = await this.api.getAssemblyExports("dotnet.dll");
0 commit comments