cordova-plugin-cpp-bridge
cordova-plugin-cpp-bridge copied to clipboard
Please include the ability to pass raw memory buffers, instead of just NULL terminated strings.
Right now if I need to pass something like an image, I need to encode it in Base64 to produce a null terminated string and then deserialize it back in C++. It would be great if we could implement a way to pass raw buffers specifying the total size on a separate argument.