This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What's the idiomatic way to return a Vec<T>
where T is tsify(into_wasm_abi)
?
#3692
Labels
With #111 we can now return a
Vec<T>
ifT
is#[wasm_bindgen]
:But it does not work if
T
is tsified:The text was updated successfully, but these errors were encountered: