Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Support u128/i128 in runtime interface #4703

Merged
merged 2 commits into from
Jan 22, 2020
Merged

Commits on Jan 21, 2020

  1. 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.
    bkchr committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    b58327c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Remove some unsafe code usage

    bkchr committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    936d790 View commit details
    Browse the repository at this point in the history