Open waldobronchart opened 2 years ago
assuming you're using assemblyscript to generate the WASM - you'll need to use their custom string format - https://www.assemblyscript.org/runtime.html#memory-layout - the length is 4 bytes before the address given.
Hello, I haven't been able to figure out how to parse the message argument from c# for the built-in abort method.
I currently have this:
and I have also tried this:
But both don't work (aka print an invalid string). When I write the contents of the byte array to the console log, it's just all
0's
.Caling
Instance.LastError
doesn't return anything eitherAny guidance on how to implement this?