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.
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.