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
Found while making #2196, the wasm_extern_as_* functions do not return owned values. They should be like casts, not allocating new data that needs to be freed. This change is best done by refactoring what wasm_extern_t looks like on the Rust side, in my opinion. It shouldn't be too hard but it is a breaking change.
The text was updated successfully, but these errors were encountered:
Found while making #2196, the
wasm_extern_as_*
functions do not returnown
ed values. They should be like casts, not allocating new data that needs to be freed. This change is best done by refactoring whatwasm_extern_t
looks like on the Rust side, in my opinion. It shouldn't be too hard but it is a breaking change.The text was updated successfully, but these errors were encountered: