Make sure to call the runtime trait functions (#1129)

* Make sure to call the runtime trait functions

The runtime trait functions export their functions as extern c
functions. These functions itself call the trait functions. This commit
makes sure that the trait functions are called and not functions with
the same name that are implemented for the runtime.

* Update the wasm files
This commit is contained in:
Bastian Köcher
2018-11-16 16:14:49 +01:00
committed by Gav Wood
parent e45a68a009
commit 0628ce94bb
3 changed files with 75 additions and 7 deletions