Table of Contents

Class WasmSource

Namespace
Extism.Sdk
Assembly
Extism.Sdk.dll

A named Wasm source.

public abstract class WasmSource
Inheritance
WasmSource
Derived
Inherited Members

Properties

Hash

Hash of the WASM source

[JsonPropertyName("hash")]
public string? Hash { get; set; }

Property Value

string

Name

Logical name of the Wasm source

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string