Shivam Kunwar
Shivam Kunwar
## Motivation The [component-model](https://github.com/WebAssembly/component-model) proposal merges and supersedes the [Module Linking](https://github.com/WebAssembly/module-linking/) and [Interface Types](https://github.com/WebAssembly/interface-types) proposals. With this feature, WasmEdge can execute multiple modules wasm with Module Linking and and more...
updated the version
#4 fixing the issue of Contracts missing openzeppelin SafeMath dependency definition
Implementing #21 The idea behind `connectReflective` is to allow a slot to receive its `ConnectionHandle` as a parameter, enabling it to manage its own connection state, such as disconnecting after...
Implementing #44