Class WasmGenerator
Inheritance
WasmGenerator
Assembly: BenchmarkDotNet.dll
public class WasmGenerator : CsProjGenerator, IGenerator, IEquatable<CsProjGenerator>
Constructors
Declaration
public WasmGenerator(string targetFrameworkMoniker, string cliPath, string packagesPath, string customRuntimePack, bool aot)
Parameters
Methods
Declaration
protected override void GenerateProject(BuildPartition buildPartition, ArtifactsPaths artifactsPaths, ILogger logger)
Parameters
Overrides
Declaration
protected void GenerateProjectFile(BuildPartition buildPartition, ArtifactsPaths artifactsPaths, bool aot, ILogger logger)
Parameters
Declaration
protected override string GetBinariesDirectoryPath(string buildArtifactsDirectoryPath, string configuration)
Parameters
Type |
Name |
Description |
String |
buildArtifactsDirectoryPath |
|
String |
configuration |
|
Returns
Overrides
Declaration
protected override string GetExecutablePath(string binariesDirectoryPath, string programName)
Parameters
Type |
Name |
Description |
String |
binariesDirectoryPath |
|
String |
programName |
|
Returns
Overrides
Implements