Update wasm.

This commit is contained in:
Gav
2018-03-14 12:44:15 +01:00
parent 0744e5a9a3
commit 75002884fe
8 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
//! Strongly typed API for Polkadot based around the locally-compiled native
//! runtime.
extern crate polkadot_executor as polkadot_executor;
extern crate polkadot_executor;
extern crate polkadot_runtime;
extern crate polkadot_primitives as primitives;
extern crate substrate_client as client;