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 295ae1a commit 5aa9dadCopy full SHA for 5aa9dad
wasm/dotnet/README.md
@@ -13,7 +13,7 @@ Download .NET SDK 9.0.3xx
13
14
Run `build.sh` script. It will install `wasm-tools` workload & build the benchmark code twice (for Mono interpreter & AOT).
15
16
-To run the benchmark code on `jsc`, we need to remove the unguarded use of `import.meta.url` in `dotnet.js`.
+To run the benchmark code on `jsc`, we are prepending `import.meta.url ??= ""` to `dotnet.js`.
17
18
## Background on .NET / build output files
19
0 commit comments