Sven Kanoldt
Sven Kanoldt
@deknos I had a look into it and it shouldn't be too hard since it's a single binary anyways. Do you want to contribute?
Just FYI I'm currently working on .deb packages and release them soon.
what are the next steps to stabilize this proposal?
thanks for sharing the solution: > Updating through `rustup` resolved the issue.
so you proposing essentially `--target inline` and base64 encoded inline wasm loading?
I recently encountered this very same issue on the docker image `rust:1.56.1-buster` For me installing `libssl-dev` and skipping `wasm-pack` default features solved the problem: ```sh apt-get install libssl-dev cargo install...
@darknoon also the error message indicates that #913 is the real problem > [INFO]: ⬇️ Installing wasm-bindgen... > Error: no prebuilt wasm-opt binaries are available for this platform: Unrecognized target!
linking the other comment from #997 > https://github.com/rustwasm/wasm-pack/issues/997#issuecomment-970870821
Nice, just a heads up, the API has evolved and must now implement this trait: ```rust use crate::{ImageOnHeap, Result, WindowId, WindowList}; pub trait PlatformApi: Send { fn calibrate(&mut self, window_id:...
PS: convert is just sort of an alias, and the main command that can be used is `magick` like [described here](https://imagemagick.org/script/download.php)