Class GlobalSection
Global section in a WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public class GlobalSection : Section
Inheritance: System.Object
-> WaaS.Models.Section
Properties
Globals
View Source
Declaration
public ReadOnlyMemory<Global> Globals { get; }