Closed arg0d closed 1 year ago
bytes type produces incorrect code in the following situations:
bytes
u8
FfiConverterUint8
Vec<u8>
FfiConverterSequenceUint8
bytes
type produces incorrect code in the following situations:u8
is not referenced anywhere else in the definition file. This causes undefined symbolFfiConverterUint8
.Vec<u8>
is referenced somewhere in the definition file. This causes duplicate symbol definition forFfiConverterSequenceUint8
.