![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include <cstdint>#include <cstdio>#include <cstdlib>#include <iostream>#include <fstream>#include <filesystem>#include <string>#include <vector>#include "../../Runtime/Value.hpp"Go to the source code of this file.
Functions | |
| void | exec (const unsigned char embeddedBytecode[], size_t embeddedBytecodeSize, const char *moduleName, const void *nativeFunctionsVector, const int argc, const char *argv[]) |
| int | main (int argc, char *argv[], char *envp[]) |
| void exec | ( | const unsigned char | embeddedBytecode[], |
| size_t | embeddedBytecodeSize, | ||
| const char * | moduleName, | ||
| const void * | nativeFunctionsVector, | ||
| const int | argc, | ||
| const char * | argv[] ) |
| int main | ( | int | argc, |
| char * | argv[], | ||
| char * | envp[] ) |
Definition at line 19 of file NativeRuntime_static_main.cpp.