Table of Contents

Class PathWasmSource

Namespace
Extism.Sdk
Assembly
Extism.Sdk.dll

Wasm Source represented by a file referenced by a path.

public class PathWasmSource : WasmSource
Inheritance
PathWasmSource
Inherited Members

Constructors

PathWasmSource(string, string?, string?)

Constructor

public PathWasmSource(string path, string? name = null, string? hash = null)

Parameters

path string

path to wasm plugin.

name string
hash string

Properties

Path

Path to wasm plugin.

[JsonPropertyName("path")]
public string Path { get; set; }

Property Value

string