Macro gate::gate_header[][src]

macro_rules! gate_header {
    () => { ... };
}

Macro to be placed in the main.rs file for a Gate app.

Currently, the only use this macro has is to export WASM functions for the app when compiling to the wasm32-unknown-unknown target.