Wasm execution optimizations (#466)

* WASM execution optimizations

* Dropped min-heap-pages

* Fixed tests

* Fixed tests 2
This commit is contained in:
Arkadiy Paronyan
2018-08-01 13:29:45 +02:00
committed by Gav Wood
parent f46c770225
commit 098cfcd319
20 changed files with 97 additions and 180 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ mod tests {
timestamp: Some(Default::default()),
};
::client::new_in_mem(LocalDispatch::with_heap_pages(8, 8), genesis_config).unwrap()
::client::new_in_mem(LocalDispatch::with_heap_pages(8), genesis_config).unwrap()
}
#[test]