I'm not sure how to build iced when using it in "integration" mode, e.g., similar to how the integration example works.
There's a number of problems just when targetting e.g., wasm32-unknown-unknown, mostly related to deps using memmap2, which are as i understand it:
- fontdb (optional)
- usvg (optional)
- smithay-client-toolkit (required)
so i think smithay-client-toolkit is the failing link here, at least from compile perspective.
Assuming these issues can be resolved, is there any other guidelines for how to accomplish this? it seems a reasonable usecase, since wgpu itself can target wasm32 without much issue?
I'm not sure how to build iced when using it in "integration" mode, e.g., similar to how the integration example works.
There's a number of problems just when targetting e.g.,
wasm32-unknown-unknown, mostly related to deps usingmemmap2, which are as i understand it:so i think smithay-client-toolkit is the failing link here, at least from compile perspective.
Assuming these issues can be resolved, is there any other guidelines for how to accomplish this? it seems a reasonable usecase, since wgpu itself can target wasm32 without much issue?