Interface IInvocableFunction
Represents a function that can be invoked from a WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IInvocableFunction : IExternal
Properties
Type
View Source
Declaration
FunctionType Type { get; }
Methods
CreateFrame(ExecutionContext, ReadOnlySpan<StackValueItem>)
View Source
Declaration
StackFrame CreateFrame(ExecutionContext context, ReadOnlySpan<StackValueItem> inputValues)
Returns
Parameters
Type | Name |
---|---|
WaaS.Runtime.ExecutionContext | context |
System.ReadOnlySpan<WaaS.Runtime.StackValueItem> | inputValues |