Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

源码解析: WebAssembly相关 #427

Closed
seeflood opened this issue Mar 18, 2022 · 2 comments
Closed

源码解析: WebAssembly相关 #427

seeflood opened this issue Mar 18, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed priority/medium source-code-analyze

Comments

@seeflood
Copy link
Member

seeflood commented Mar 18, 2022

Note: since this is a Chinese community activity,I wrote it in Chinese.

介绍

阅读源码,分析 Layotto中 WebAssembly 相关功能

Layotto 支持加载并运行以 wasm 为载体的 Function,并支持Function之间互相调用以及访问基础设施,如Redis。应用可以通过http请求访问Layotto、调用相应的 Function。

难度: Medium

参考阅读

https://mosn.io/layotto/#/zh/start/wasm/start
https://mosn.io/layotto/#/zh/start/faas/start
WebAssembly 在 MOSN 中的实践 - 基础框架篇

源码解析文章的格式

可以参考之前 “MOSN 源码解析活动”的文章格式 https://mosn.io/blog/code/

@seeflood seeflood added documentation Improvements or additions to documentation help wanted Extra attention is needed source-code-analyze priority/medium labels Mar 18, 2022
@rayowang
Copy link
Member

assign

@seeflood
Copy link
Member Author

@rayowang Cool . Assigned to u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed priority/medium source-code-analyze
Projects
None yet
Development

No branches or pull requests

2 participants