Skip to content

Commit b0353a6

Browse files
committed
README
1 parent ded3bbd commit b0353a6

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

in-depth.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,14 +776,14 @@ <h3>
776776
Source code: <a href="proxy/vue-benchmark.js">vue-benchmark.js</a>
777777
</dd>
778778

779-
<dt id="dotnet-interp-string">dotnet-interp-string</dt>
779+
<dt id="dotnet-interp">dotnet-interp</dt>
780780
<dd>
781781
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations
782782
on .NET implementation of String, JSON serialization, specifics of .NET exceptions and computation
783783
of a 3D scene using Mono Interpreter. Source code: <a href="wasm/dotnet">.NET</a>.
784784
</dd>
785785

786-
<dt id="dotnet-aot-string">dotnet-aot-string</dt>
786+
<dt id="dotnet-aot">dotnet-aot</dt>
787787
<dd>
788788
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations
789789
on .NET implementation of String, JSON serialization, specifics of .NET exceptions and computation

wasm/dotnet/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# .NET on WebAssembly
2+
3+
Tests [.NET on WebAssembly](https://github.com/dotnet/runtime). This benchmark tests operations
4+
on .NET implementation of String, JSON serialization, specifics of .NET exceptions and computation
5+
of a 3D scene using Mono Interpreter & AOT. Source code: [.NET](wasm/dotnet)
6+
7+
## Build instructions
8+
9+
Download .NET SDK 9.0.3xx
10+
11+
- [dotnet-sdk-win-x64.zip](https://aka.ms/dotnet/9.0.3xx/daily/dotnet-sdk-win-x64.zip)
12+
- [dotnet-sdk-linux-x64.tar.gz](https://aka.ms/dotnet/9.0.3xx/daily/dotnet-sdk-linux-x64.tar.gz)
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`.

0 commit comments

Comments
 (0)