Skip to content
  • Sergey Pepyakin's avatar
    Extract execution engines definitions into their own crates (#4489) · 963b7be0
    Sergey Pepyakin authored
    * Clean imports in wasmi_execution
    
    * Replace `interpret_runtime_api_result` with `pointer_and_len_from_u64`.
    
    * Extract sc-executor-common crate
    
    * Extract `sc-executor-wasmi` into its own crate
    
    * Extract `sc-executor-wasmtime` into its own crate.
    
    * Add missing headers.
    
    * Clean and docs
    
    * Docs for sc-executor-wasmi
    
    * Expand a comment about sandboxing
    
    * Fix assert_matches
    
    * Rename (un)pack_ptr_and_len and move them into util module
    
    * Remove wasmtime errors in sc-executor-common
    963b7be0
This project manages its dependencies using Cargo. Learn more