# wasmesh **Repository Path**: andeyalee/wasmesh ## Basic Information - **Project Name**: wasmesh - **Description**: wasmesh is a WebAssembly service mesh framework. - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-16 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: WebAssembly, service-mesh ## README # wasmesh wasmesh(WebAssembly Service Mesh) 是基于 WebAssembly 的微服务治理框架. ## Host-Guest 交互设计 - host handler 接收外部请求 - host 回调 guest handler 函数 - guest 处理请求 - 无嵌套交互,直接返回 Reply/Exception 的 offset+len - 有嵌套交互,回调 host client 函数 - Call:阻塞 收到响应 Reply 的 offset+len - Oneway:收到发送结果的 Exception 的 offset+len - host handler 收到 Reply/Exception 并返回给外部调用者