flipper-io / flipper

Flipper is a development platform that can be controlled from any programming language.
https://www.flipper.io/
Apache License 2.0
70 stars 15 forks source link

Message runtime types must be exposed by platform. #64

Closed georgemorgan closed 7 years ago

georgemorgan commented 7 years ago

For example, a message runtime call to a function that accepts a void argument will fail due to the fact that the size of void on the host and device most likely differ. A type for pointers must be introduced that FMR uses to calculate the appropriate argument size when outputting packets to different targets.

georgemorgan commented 7 years ago

Fixed in b16e657c75eafde15f089e45b09bc9e88a5a03a2.