#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <filesystem>
#include <string>
#include <vector>
#include "@HEADER@"
#include "@CMAKE_SOURCE_DIR@/src/Runtime/Value.hpp"
Go to the source code of this file.
|
| void | exec (const unsigned char embeddedBytecode[], size_t embeddedBytecodeSize, const char *moduleName, const void *nativeFunctionsVector, const int argc, char **argv) |
| int | main (int argc, char *argv[], char *envp[]) |
◆ exec()
| void exec |
( |
const unsigned char | embeddedBytecode[], |
|
|
size_t | embeddedBytecodeSize, |
|
|
const char * | moduleName, |
|
|
const void * | nativeFunctionsVector, |
|
|
const int | argc, |
|
|
char ** | argv ) |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[], |
|
|
char * | envp[] ) |