Unverified Commit ef578cd5 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Support `u128`/`i128` in runtime interface (#4703)

* Support `u128`/`i128` in runtime interface

This implements support for `u128`/`i128` as parameters/return value in
runtime interfaces. As we can not pass them as identity, as for the
other primitives types, we pass them as an pointer to an `[u8; 16]` array.

* Remove some unsafe code usage
parent cf020add
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