Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WasmRuntime interface for comprehensive WASM contract lifecycle m…
…anagement This commit introduces a new WasmRuntime interface that defines a comprehensive set of methods for managing WebAssembly smart contract lifecycles, including: - Code storage and management operations - Contract instantiation, execution, and migration methods - IBC (Inter-Blockchain Communication) entry points - Caching and resource management - Metrics retrieval The interface provides a flexible and extensible approach to handling WASM contract interactions across different runtime environments.
- Loading branch information