Skip to content

Docs: update IntroWasm sample#3034

Open
fuguiKz wants to merge 1 commit intodotnet:masterfrom
fuguiKz:docs/intro-wasm-update
Open

Docs: update IntroWasm sample#3034
fuguiKz wants to merge 1 commit intodotnet:masterfrom
fuguiKz:docs/intro-wasm-update

Conversation

@fuguiKz
Copy link
Contributor

@fuguiKz fuguiKz commented Feb 28, 2026

Fixes #1818.

  • Refresh IntroWasm docs blurb and code include label.
  • Update IntroWasm sample to default to the current WasmRuntime (net8.0/wasmnet8.0) and run the correct type.
  • Clarify CLI --AOTCompilerMode help to include wasm.

Local verification:

  • dotnet build samples/BenchmarkDotNet.Samples/BenchmarkDotNet.Samples.csproj -c Release -f net8.0

WasmToolchain uses a local Mono Runtime build to run the benchmarks compiled as WebAssembly using V8 JavaScript Engine.
`WasmToolchain` builds benchmarks as WebAssembly and runs them under a JavaScript engine (V8 by default).

It is supported only on Unix.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer true as of #3020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC] Wasm doc needs update

2 participants