Allow returning Vec<T> · Issue #111 · rustwasm/wasm-bindgen

It would really be great to be able to return a vector of structs or tuples: For example. I have the following type: #[wasm_bindgen] struct Range { offset: u32, length: u32 } that I want to return ...