-
Notifications
You must be signed in to change notification settings - Fork 173
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
Add unit tests for WASM related code; 为wasm模块补充单测 #105
Comments
For your reference: |
OK |
Ok,already assigned. |
@oneyue610 Hi, are you still working on it? |
@oneyue610 Hi,are you still working on it? |
@Xunzhuo Hi, shall we reassign it to others? |
Yes of course, @seeflood, maybe I should focus more on integration with istio |
Hi, can you assign this issue to me? @zhenjunMa @seeflood |
Closed by #1013 |
What would you like to be added:
Add unit tests for WASM related code:
understand the implementation of the wasm module and add unit tests for it. The unit test coverage of the module should reach 60%.
If you encounter any problems in the process, you can ask @zhenjunMa for help.
The code path is pkg/wasm/
By doing this improvement,you will learn that how Layotto supports multilingual programming based on WASM
chinese:
看明白wasm模块的实现原理并补充单测,使模块的单测覆盖率达到60%
过程中遇到问题可以问 @zhenjunMa
代码路径为 pkg/wasm/
做完这些优化后,你将学习到Layotto如何通过wasm支持多语言编程
Why is this needed:
Currently the test coverage of wasm is low:
The text was updated successfully, but these errors were encountered: