Class CustomSection
Custom section in a WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public class CustomSection : Section
Inheritance: System.Object
-> WaaS.Models.Section
Properties
Name
View Source
Declaration
public string Name { get; }
Data
View Source
Declaration
public ReadOnlyMemory<byte> Data { get; }