Skip to content

Commit 8cba497

Browse files
committed
Add JSON to in-depth.html
1 parent ba05a96 commit 8cba497

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

in-depth.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,12 @@ <h3>
782782
on .NET implementation of String using Mono Interpreter. Source code: <a href="wasm/dotnet">.NET</a>.
783783
</dd>
784784

785+
<dt id="dotnet-interp-json">dotnet-interp-json</dt>
786+
<dd>
787+
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations
788+
on .NET implementation of JSON serialization &amp; deserialization using Mono Interpreter. Source code: <a href="wasm/dotnet">.NET</a>.
789+
</dd>
790+
785791
<dt id="dotnet-interp-exceptions">dotnet-interp-exceptions</dt>
786792
<dd>
787793
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations
@@ -800,6 +806,12 @@ <h3>
800806
on .NET implementation of String using Mono AOT. Source code: <a href="wasm/dotnet">.NET</a>.
801807
</dd>
802808

809+
<dt id="dotnet-aot-json">dotnet-aot-json</dt>
810+
<dd>
811+
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations
812+
on .NET implementation of JSON serialization &amp; deserialization using Mono AOT. Source code: <a href="wasm/dotnet">.NET</a>.
813+
</dd>
814+
803815
<dt id="dotnet-aot-exceptions">dotnet-aot-exceptions</dt>
804816
<dd>
805817
Tests <a href="https://github.com/dotnet/runtime">.NET on WebAssembly</a>. This benchmark tests operations

0 commit comments

Comments
 (0)