Update wasm.

This commit is contained in:
Gav
2018-03-14 12:44:15 +01:00
parent 119ba70979
commit cfa5380978
3 changed files with 1 additions and 1 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;