We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f9fb4 commit defb81bCopy full SHA for defb81b
unit_control_wasm/src/lib.rs
@@ -13,9 +13,6 @@ pub struct UnitControlWasmConfig {
13
/// The alloted fuel per update call, if this is exceeded an exception is raised.
14
pub fuel_per_update: Option<u64>,
15
16
- /// Print the exports provided by the wasm module?
17
- // pub print_exports: bool,
18
-
19
/// The alloted fuel for the setup call, defaults to 100000000 if fuel_per_update is not None.
20
pub fuel_for_setup: Option<u64>,
21
0 commit comments