Skip to main content

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

WaaS.Runtime.StackFrame

Parameters
TypeName
WaaS.Runtime.ExecutionContextcontext
System.ReadOnlySpan<WaaS.Runtime.StackValueItem>inputValues