Comment by ~eribol on ~ireas/genpdf-rs
I looked around but it seems printpdf or lopdf also using syn's old version and it require stdweb.
Comment by ~eribol on ~ireas/genpdf-rs
https://github.com/rustwasm/wasm-bindgen/issues/3415 It is because syn using stdweb, so i have to fix it with update wasm-bindgen and syn.
Ticket created by ~eribol on ~ireas/genpdf-rs
I have no idea why stdweb there but i am using genpdf with my wasm project. It worked well until today. I cleaned my project with cargo clean and it started failing. everything compiles fine except stdweb.