Skip to content

Commit 5aa9dad

Browse files
committed
Readme
1 parent 295ae1a commit 5aa9dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Download .NET SDK 9.0.3xx
1313

1414
Run `build.sh` script. It will install `wasm-tools` workload & build the benchmark code twice (for Mono interpreter & AOT).
1515

16-
To run the benchmark code on `jsc`, we need to remove the unguarded use of `import.meta.url` in `dotnet.js`.
16+
To run the benchmark code on `jsc`, we are prepending `import.meta.url ??= ""` to `dotnet.js`.
1717

1818
## Background on .NET / build output files
1919

0 commit comments

Comments
 (0)