Skip to content

Fix wasm compilation/rendering#1079

Open
Fabi019 wants to merge 3 commits into
lapce:mainfrom
Fabi019:wasm-fix
Open

Fix wasm compilation/rendering#1079
Fabi019 wants to merge 3 commits into
lapce:mainfrom
Fabi019:wasm-fix

Conversation

@Fabi019
Copy link
Copy Markdown

@Fabi019 Fabi019 commented Jun 4, 2026

Thank you for this great UI library! While trying it out in a WASM environment I found and fixed some small issues:

  • Compilation errors due to some non wasm compatible types used (muda::Menu, std::time::Instant)
  • No render output due to self.paint_state not getting set to Initialized without paint called
  • Invisible text on label/buttons in the webgpu example -> Manually set the font_family to "Fira Sans"

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