Macro stak_sac::main

source ยท
macro_rules! main {
    ($path:expr) => { ... };
    ($path:expr, $heap_size:expr) => { ... };
}
Expand description

Defines a main function that executes a bytecode file at a given path.

The given bytecode file is bundled into a resulting binary.