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
For use with things like Cloudflare D1, I need to send the query string along with a serialized list of values across a wasm ffi boundary. In order to serialize the values, I have to break each variant apart and serialize it.
Motivation
For use with things like Cloudflare D1, I need to send the query string along with a serialized list of values across a wasm ffi boundary. In order to serialize the values, I have to break each variant apart and serialize it.
Proposed Solutions
Add a
serde
feature that allows certain types, likeValue
andValues
to be serialized.The text was updated successfully, but these errors were encountered: