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
Long strings (e.g. source_code, output_code) should be passed as binary [ubyte] instead of as a string. Since JS will decode the flatbuffer into a string anyway, having these be a string means Rust must also decode utf8.
Long strings (e.g.
source_code
,output_code
) should be passed as binary[ubyte]
instead of as a string. Since JS will decode the flatbuffer into a string anyway, having these be a string means Rust must also decodeutf8
.CodeFetchRes
contains some of these:deno/src/msg.fbs
Lines 142 to 151 in a68403d
The text was updated successfully, but these errors were encountered: