Tommi Laukkanen

Results 34 comments of Tommi Laukkanen

I am facing this same problem in vue-cli-service application. The rust-webpack-template works as it is using custom webpack plugin. Does this work with normal webpack configuration where you pull the...

Managed to get this working so that single package works for both node and webpack using manually created package with separate glue js and wasm files. Details here: https://github.com/rustwasm/wasm-pack/pull/705#issuecomment-623016429

Looking forward to this getting merged. It would be useful to be able to pass bigint through body-parser.

It would still be awesome to have builtin support for something like this which is quite normal case: ``` #[wasm_bindgen] pub struct IntersectResult { pub hit: bool, pub triangle_index: u32,...

+1, would need response.arrayBuffer().

I have the same problem with "html-pdf": "^2.2.0". Table headers to do not repeat in subsequent pages when table flows to two or more pages.