Skip to main content

Class MemorySection

Memory section in a WebAssembly module.

Assembly: WaaS.Core.dll
View Source
Declaration
public class MemorySection : Section

Inheritance: System.Object -> WaaS.Models.Section

Properties

MemoryTypes

View Source
Declaration
public ReadOnlyMemory<MemoryType> MemoryTypes { get; }