Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add doc comment for internal struct
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Aug 4, 2020
1 parent d75daa3 commit 7e8fd19
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ use sc_executor_common::error::{Result, Error};
use sp_wasm_interface::Value;
use crate::imports::{into_value, into_wasmtime_val};

/// Saved value of particular exported global.
struct SavedValue {
/// Index of the export.
index: usize,
/// Global value.
value: Value,
}

Expand Down

0 comments on commit 7e8fd19

Please sign in to comment.