Shivam Kunwar

Results 10 issues of 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...

Only replace Self when inlining across different impl contexts, and use bare type names for expression contexts to avoid turbofish issues. Fixes rust-lang/rust-analyzer#19827

S-waiting-on-review