[][src]Macro ewasm_api::ewasm_entry_point

macro_rules! ewasm_entry_point {
    ($name:ident) => { ... };
}

Declare entry point for a contract. Expects a Rust function name to be executed. This will only compile in when using the wasm32 target.