Class Function
Represents a function in the WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public class Function
Properties
FunctionIndex
View Source
Declaration
public int FunctionIndex { get; }
Type
View Source
Declaration
public FunctionType Type { get; }
Body
View Source
Declaration
public FunctionBody Body { get; }
MaxStackDepth
View Source
Declaration
public uint? MaxStackDepth { get; }
MaxBlockDepth
View Source
Declaration
public uint? MaxBlockDepth { get; }