C# Class Wasm.Heap

Show file Open project: WebAssembly/ilwasm

Public Properties

Property Type Description
I32 HeapI32
U8 HeapU8

Public Methods

Method Description
SetHeapSize ( int size ) : void
SetStdout ( string filename ) : void
Write ( int offset, int count ) : void

Private Methods

Method Description
Access ( int desiredOffset ) : byte*
GetHeapRange ( int offset, int count ) : IEnumerable

Method Details

SetHeapSize() public static method

public static SetHeapSize ( int size ) : void
size int
return void

SetStdout() public static method

public static SetStdout ( string filename ) : void
filename string
return void

Write() public static method

public static Write ( int offset, int count ) : void
offset int
count int
return void

Property Details

I32 public static property

public static HeapI32,Wasm I32
return HeapI32

U8 public static property

public static HeapU8,Wasm U8
return HeapU8