List of temporay arguments that can be disposed during reset.
Allocate space for pointers.
Number of pointers.
The allocated pointer array.
Allocate space by number of bytes
Number of bytes.
Allocate then set the argument location with a TVMByteArray. Allocate new temporary space for bytes.
The offset to set ot data pointer.
The string content.
Allocate then set C-String pointer to the offset. This function will call into allocBytes to allocate necessary data. The address won't be set immediately(because the possible change of basePtr) and will be filled when we commit the data.
The offset to set ot data pointer.
The string content.
Commit all the cached data to WasmMemory. This function can only be called once. No further store function should be called.
Number of bytes to be stored.
Rest the call stack so that it can be reused again.
Generated using TypeDoc
Auxiliary call stack for the FFI calls.
Lifecyle of a call stack.