Macro ss_ewasm_api::ewasm_entry_point[][src]

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

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