Skip to main content

NODE_APP_ENTRY_SYMBOL

Constant NODE_APP_ENTRY_SYMBOL 

Source
pub const NODE_APP_ENTRY_SYMBOL: &[u8] = b"_node_app_entry\0";
Expand description

Symbol name for the app entry point function in shared libraries. Native apps must export this symbol.