Documentation
¶
Overview ¶
Package runtime implements the Scale Runtime in Go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NoFunctionsError = errors.New("no functions found in runtime")
)
Functions ¶
This section is empty.
Types ¶
type Next ¶
Next is the next function in the middleware chain. It's meant to be implemented by whatever adapter is being used.
type Runtime ¶
type Runtime[T signature.Signature] struct { InvocationID []byte ServiceName string TraceDataCallback func(data string) // contains filtered or unexported fields }
Runtime is the Scale Runtime. It is responsible for initializing and managing the WASM runtime as well as the scale function chain.
func NewWithSignature ¶ added in v0.2.0
Directories
¶
Path | Synopsis |
---|---|
Package storage is used to store and retrieve built Scale Functions
|
Package storage is used to store and retrieve built Scale Functions |
tests
|
|
Click to show internal directories.
Click to hide internal directories.