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