File chaining_util.cpp

namespace wasm

SYSCALL NUMBERING

Have a look in the sysroot at include/bits/syscall.h to determine the system call numbering.

Functions

int awaitChainedCall(unsigned int messageId)
int awaitChainedCallOutput(unsigned int messageId, char *buffer, int bufferLen)
int makeChainedCall(const std::string &functionName, int wasmFuncPtr, const char *pyFunc, const std::vector<uint8_t> &inputData)