Class ByteArrayWasmSource
Wasm Source represented by raw bytes.
public class ByteArrayWasmSource : WasmSource
- Inheritance
-
ByteArrayWasmSource
- Inherited Members
Constructors
ByteArrayWasmSource(byte[], string?, string?)
Constructor
public ByteArrayWasmSource(byte[] data, string? name, string? hash = null)
Parameters
Properties
Data
The byte array representing the Wasm code
[JsonPropertyName("data")]
public byte[] Data { get; }
Property Value
- byte[]