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
It would be great to accept vectors of objects (especially vectors of objects created by wasm bindgen itself). I believe that the workaround right now is to create a builder that has a method to add a new T, which one has to call for each entry in the vector.
It would be great to accept vectors of objects (especially vectors of objects created by wasm bindgen itself). I believe that the workaround right now is to create a builder that has a method to add a new
T
, which one has to call for each entry in the vector.Follow up for comment by @fjarri in #111 (comment)
See nucypher/rust-umbral#23 for an example.
The text was updated successfully, but these errors were encountered: