Versions in this module Expand all Collapse all v1 v1.1.0 Jun 6, 2023 Changes in this version + const IdArrayConstructor + const IdHttpFetch + const IdHttpHeaders + const IdJsCrypto + const IdJsDate + const IdJsDateConstructor + const IdJsGo + const IdJsProcess + const IdJsfs + const IdJsfsConstants + const IdObjectConstructor + const IdUint8ArrayConstructor + const IdValueFalse + const IdValueGlobal + const IdValueNaN + const IdValueNull + const IdValueTrue + const IdValueZero + const NanHead + const NextID + const RefArrayConstructor + const RefHttpFetch + const RefHttpHeadersConstructor + const RefJsCrypto + const RefJsDate + const RefJsDateConstructor + const RefJsGo + const RefJsProcess + const RefJsfs + const RefJsfsConstants + const RefObjectConstructor + const RefUint8ArrayConstructor + const RefValueFalse + const RefValueGlobal + const RefValueNaN + const RefValueNull + const RefValueTrue + const RefValueUndefined + const RefValueZero + var Undefined = struct{ ... } + func NewFunc(name string, goFunc Func) *wasm.HostFunc + func NewStack(name string, mem api.Memory, sp uint32) *stack + func ValueToInt32(arg interface{}) int32 + func ValueToUint32(arg interface{}) uint32 + type ByteArray struct + func WrapByteArray(buf []byte) *ByteArray + func (a *ByteArray) Get(propertyKey string) interface{} + func (a *ByteArray) Unwrap() []byte + type Func func(context.Context, api.Module, Stack) + type GetFunction interface + Get func(propertyKey string) interface{} + type GetLastEventArgs func(context.Context) []interface + type Ref uint64 + func ValueRef(id uint32, typeFlag TypeFlag) Ref + func (ref Ref) ParseFloat() (v float64, ok bool) + type Stack interface + ParamRef func(i int) Ref + ParamRefs func(mem api.Memory, i int) []Ref + ParamVal func(ctx context.Context, i int, loader ValLoader) interface{} + ParamVals func(ctx context.Context, mem api.Memory, i int, loader ValLoader) []interface{} + SetResultRef func(i int, v Ref) + type TypeFlag byte + const TypeFlagFunction + const TypeFlagNone + const TypeFlagObject + const TypeFlagString + const TypeFlagSymbol + type ValLoader func(context.Context, Ref) interface