ajrcarey / pdfium-render

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
https://crates.io/crates/pdfium-render
Other
364 stars 59 forks source link

Add wasm32 specific Default impl to fix wasm32 compilation targets #116

Closed samsieber closed 1 year ago

samsieber commented 1 year ago

Hey, thanks for building this! I'm looking forward to using it.

It looks like #109 broke the arch=wasm32 targets by looking for a library copy locally. This adds in the original code as a wasm32 specific implementation.

ajrcarey commented 1 year ago

Many thanks, merged