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
I wanted to propose a PR to do it but I see you are going through the milestone of publishing your fork as a crate which is great, thank you 👍 ! On which branch should I do my PR to not mess up anything you are working on currently to keep it clean ?
This change is useful when you want to return a Tsify type in a async function to export it as a Promise<T> using wasm-bindgen-futures.
This is a really short change to code and review feel free to code it yourself and ping me for a review !
The text was updated successfully, but these errors were encountered:
Pantamis
changed the title
impl From<T> for JsValue where T: IntoWasmAbiusing tsifyimpl From<T> for JsValue where T: IntoWasmAbi using tsify
Apr 11, 2024
Hi,
I wanted to propose a PR to do it but I see you are going through the milestone of publishing your fork as a crate which is great, thank you 👍 ! On which branch should I do my PR to not mess up anything you are working on currently to keep it clean ?
This change is useful when you want to return a Tsify type in a
async
function to export it as aPromise<T>
usingwasm-bindgen-futures
.This is a really short change to code and review feel free to code it yourself and ping me for a review !
The text was updated successfully, but these errors were encountered: