Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Fix: errors when wasm32 is targeted. #103

Closed
wants to merge 3 commits into from

Conversation

johanmontorfano
Copy link

There were compilation issues when target is wasm32-unknown-unknown due to:

  • Window::set_inner_size being used while not being defined instead of Window::request_inner_size
  • window.canvas() not being unwrapped before being Intoed

There were unreachable code due to misspellings of feature in comfy-wgpu.

@johanmontorfano
Copy link
Author

Closing to fix coding style issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant