Docs.rs
  • cosmwasm-vm-2.2.0-rc.1
    • cosmwasm-vm 2.2.0-rc.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • github:cosmwasm:core-rust-developers
    • DariuszDepta
    • pinosu
    • Dependencies
      • bech32 ^0.11.0 normal
      • blake3 ^1.5 normal
      • bytes ^1.4.0 normal
      • clru ^0.6.1 normal
      • cosmwasm-core ^2.2.0-rc.1 normal
      • cosmwasm-crypto ^2.2.0-rc.1 normal
      • cosmwasm-std ^2.2.0-rc.1 normal
      • cosmwasm-vm-derive ^2.2.0-rc.1 normal
      • crc32fast ^1.3.2 normal
      • derivative ^2 normal
      • dhat ^0.3.3 normal optional
      • hex ^0.4 normal
      • rand_core ^0.6 normal
      • schemars ^0.8.4 normal
      • serde ^1.0.192 normal
      • serde_json ^1.0.40 normal
      • sha2 ^0.10.3 normal
      • strum ^0.26.2 normal
      • thiserror ^1.0.26 normal
      • tracing ^0.1.32 normal
      • wasmer =4.3.7 normal
      • wasmer-middlewares =4.3.7 normal
      • wasmer-types =4.3.7 normal
      • clap ^4 dev
      • criterion ^0.5.1 dev
      • glob ^0.3.1 dev
      • hex-literal ^0.4.1 dev
      • leb128 ^0.2 dev
      • rand ^0.8 dev
      • target-lexicon ^0.12 dev
      • tempfile ^3.1.0 dev
      • time ^0.3.28 dev
      • wasm-encoder ^0.205.0 dev
      • wat ^1.0 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest stable release
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cosmwasm_vm2.2.0-rc.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AnalysisReport
  • Backend
  • Cache
  • CacheOptions
  • Config
  • DebugInfo
  • GasInfo
  • GasReport
  • Instance
  • InstanceOptions
  • Metrics
  • PerModuleMetrics
  • PinnedMetrics
  • Size
  • Stats
  • WasmLimits
  • testing::MockApi
  • testing::MockInstanceOptions
  • testing::MockQuerier
  • testing::MockStorage

Enums

  • BackendError
  • CommunicationError
  • RegionValidationError
  • VmError

Traits

  • BackendApi
  • Querier
  • Storage

Functions

  • call_execute
  • call_execute_raw
  • call_ibc_destination_callback
  • call_ibc_destination_callback_raw
  • call_ibc_source_callback
  • call_ibc_source_callback_raw
  • call_instantiate
  • call_instantiate_raw
  • call_migrate
  • call_migrate_raw
  • call_migrate_with_info
  • call_migrate_with_info_raw
  • call_query
  • call_query_raw
  • call_reply
  • call_reply_raw
  • call_sudo
  • call_sudo_raw
  • capabilities_from_csv
  • from_slice
  • testing::execute
  • testing::instantiate
  • testing::migrate
  • testing::migrate_with_info
  • testing::mock_backend
  • testing::mock_backend_with_balances
  • testing::mock_env
  • testing::mock_info
  • testing::mock_instance
  • testing::mock_instance_options
  • testing::mock_instance_with_balances
  • testing::mock_instance_with_failing_api
  • testing::mock_instance_with_gas_limit
  • testing::mock_instance_with_options
  • testing::query
  • testing::reply
  • testing::sudo
  • testing::test_io
  • to_vec

Type Aliases

  • BackendResult
  • CommunicationResult
  • RegionValidationResult
  • VmResult

Constants

  • testing::MOCK_CONTRACT_ADDR