[][src]Macro nuuro::nuuro_header

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

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

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