Skip to content

Commit 51d90cc

Browse files
committed
Use getBinary
1 parent 79df4d0 commit 51d90cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

wasm/dotnet/benchmark.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ class Benchmark {
121121
]
122122
};
123123

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-
130124
this.dotnet = (await dynamicImport(dotnetUrl)).dotnet;
131125
this.api = await this.dotnet.withModuleConfig({ locateFile: e => e }).withConfig(config).create();
132126
this.exports = await this.api.getAssemblyExports("dotnet.dll");

0 commit comments

Comments
 (0)