Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MemoryConfig
}
type ConverterBuilder ¶
Creates a ch.RawConverter.
type MemoryConfig ¶
type MemoryConfig struct {
PageMax uint32
}
type SimpleFloat ¶
type SimpleFunc ¶
type SimpleFunc[I, O SimpleType] func(ctx context.Context, input I) (output O, e error)
type SimpleFuncBuilder ¶
type SimpleFuncBuilder[I, O SimpleType] func(ctx context.Context, wasm []byte) (SimpleFunc[I, O], error)
type SimpleFuncBuilderII ¶
type SimpleFuncBuilderII[T, U, V SimpleType] func( ctx context.Context, wasm []byte, ) (SimpleFuncII[T, U, V], error)
type SimpleFuncII ¶
type SimpleFuncII[T, U, V SimpleType] func(ctx context.Context, t T, u U) (v V, e error)
type SimpleInteger ¶
type SimplePositive ¶
type SimpleType ¶
type SimpleType interface { SimpleFloat | SimplePositive | SimpleInteger }
Click to show internal directories.
Click to hide internal directories.