Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObjToPtr ¶
ObjToPtr copies an object to a newly allocated memory and returns a single uint64 with format (ptr << 32) | size This method is intended to be used in WASM exports
func PtrToObj ¶
PtrToObj converts a single uint64 with format (ptr << 32) | size to an object This method is intended to be used in WASM exports
func PtrToStr ¶
PtrToStr converts a single uint64 with format (ptr << 32) | size to a string This method is intended to be used in WASM exports
func StrToLeakedPtr ¶
StrToLeakedPtr copies a string to a newly allocated memory and returns a single uint64 with format (ptr << 32) | size This method is intended to be used in WASM exports
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.