Maxime Tournier

Results 2 issues of Maxime Tournier

Hello there, I tried compiling your crate with a recent rust nightly, which ended up in compilation errors. I could fix them using `thread_local` instead of `JsStatic` (as per https://rustwasm.github.io/wasm-bindgen/reference/static-js-objects.html),...

Hello, Just a small PR to make `CooMatrix` implement the `Default` trait. I don't know whether `Default` was not implemented on purpose, but since `CscMatrix` implements it I figured this...