Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func NewRuntime ¶
func NewRuntime() *Runtime
func (*Runtime) LoadScript ¶
type Uint8Array ¶
type Uint8Array []byte
func (u Uint8Array) MarshalMsgpack() ([]byte, error) { return []byte(u), nil } func (u *Uint8Array) UnmarshalMsgpack(b []byte) error { *u = append((*u)[:0], b...) return nil }
func (Uint8Array) MarshalMsgpack ¶
func (u Uint8Array) MarshalMsgpack() ([]byte, error)
func (*Uint8Array) UnmarshalMsgpack ¶
func (u *Uint8Array) UnmarshalMsgpack(b []byte) error
Click to show internal directories.
Click to hide internal directories.