Class PathWasmSource
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
Properties
Path
Path to wasm plugin.
[JsonPropertyName("path")]
public string Path { get; set; }