You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes(type/casting): for external function arguments and return values.
* Adds support for uint/float/bool push/pop of function args.
* Adds missing int32->uint32 numeric_cast.
* Adds missing boolean output (toStr and string size)
* Fixed toStr(string) which only worked for strings of one character.
* Added test case roundtripping values of the supported types to the
host.
0 commit comments