Macro gate::gate_header

source ·
macro_rules! gate_header {
    () => { ... };
}
Expand description

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.