Commit 0628ce94 authored by Bastian Köcher's avatar Bastian Köcher Committed by Gav Wood
Browse files

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
parent e45a68a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment