Skip to content

Fix wasm build#380

Open
jeroen wants to merge 1 commit into
ImageOptim:mainfrom
r-rust:wasm
Open

Fix wasm build#380
jeroen wants to merge 1 commit into
ImageOptim:mainfrom
r-rust:wasm

Conversation

@jeroen

@jeroen jeroen commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Your CI doesn't run on pull requests but I tested it in my fork here: https://github.com/jeroen/cargo-gifski/actions/runs/27310811831/job/80680244284

The FrameSource::Path variant was gated on not(wasm32) but its use sites weren't. Narrowed the gate to not(wasm32-unknown-unknown), since emscripten has a filesystem and I need add_frame_png_file in my R bindings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant