Closed ur-fault closed 7 months ago
Hi, I need to return byte buffer from the function, it doesn't matter whether it's allocated by extism or my plugin.
When I tried just to return byte[], it responded with error above.
byte[]
I'm very sorry, I misunderstood how return values work.
No worries :) feel free to let us know if you have any questions
Hi, I need to return byte buffer from the function, it doesn't matter whether it's allocated by extism or my plugin.
When I tried just to return
byte[]
, it responded with error above.