wasm_main

Function wasm_main 

Source
pub fn wasm_main<F>(ctx_id: i32, size: i32, handle: F)
where F: Fn(Ctx, InArgs) -> Result<Any, CodeMsg>,