Documentation
¶
Overview ¶
Package wasm provides the functionality for communicating with Conduit as a standalone plugin. DO NOT use this package directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostFunc ¶ added in v0.2.0
HostFunc is the function type for the imported functions from the host.
The arguments are: (1) a pointer to the address where the command should be written (2) the size of allocated memory.
The return value indicates the size of the allocated response in bytes. If the response is larger than the allocated memory, the caller should reallocate the memory and call the function again.
Click to show internal directories.
Click to hide internal directories.