Open
Description
I'm receiving the following error:
the trait
std::marker::Copyis not implemented for
std::vec::Vec
for this struct:
#[wasm_bindgen]
pub struct Mesh{
pub tris: Vec<u32>,
}
If I change tris' type to u32, the error goes away.
This page lists Vectors and slices of supported integer types as supported.
Metadata
Metadata
Assignees
Labels
No labels