You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Let Layotto monitor whether the .wasm file has changed, and reload the .wasm file if there is a change.
Achieve the effect of dynamically replacing .wasm at runtime
Why is this needed:
In order to implement subsequent functions:
FaaS based on wasm
Let developers change from developing sdk to developing wasm in the future, so that they can operate and maintain their wasm module independently
What would you like to be added:
Let Layotto monitor whether the .wasm file has changed, and reload the .wasm file if there is a change.
Achieve the effect of dynamically replacing .wasm at runtime
Why is this needed:
In order to implement subsequent functions:
How to implement it
Reference
Multilingual programming based on WASM
The WASM engine used by Layotto is WASMER .You can refer to official documents and examples to use API
chinese
需要实现什么功能
让Layotto能监听.wasm文件有没有变更,有变更的话重新热加载.wasm文件
达到运行时动态替换.wasm的效果
做这个功能的价值
为了实现后续功能:
大致方案
Reference
使用WASM进行多语言编程
Layotto使用的WASM引擎是WASMER 可以参考官方文档和example使用API
The text was updated successfully, but these errors were encountered: