Documentation ¶
Rendered for js/wasm
Overview ¶
Package jsutil offers utility functions for Wasm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TemporaryFloat32Array ¶ added in v2.1.0
TemporaryFloat32Array returns a Float32Array whose length is at least minLength. Be careful that the length can exceed the given minLength. data must be a slice of a numeric type for initialization, or nil if you don't need initialization.
func TemporaryUint8Array ¶
TemporaryUint8Array returns a Uint8Array whose length is at least minLength. Be careful that the length can exceed the given minLength. data must be a slice of a numeric type for initialization, or nil if you don't need initialization.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.