Bug: hero_videos_app WASM crate unbuildable #7

Closed
opened 2026-06-16 13:50:41 +00:00 by fatmaebrahim · 0 comments
Member

Description:

hero_videos_app WASM crate unbuildable — Two issues:

  • The WASM app's Cargo.toml declares a [lib] and main.rs imports hero_videos_app::app::App, but lib.rs never existed in git (blocked by .gitignore rule for codegen files). Without it, dx build fails immediately.
  • The editor calls Navbar { show_settings: ... } but Navbar accepted no props. WASM app fails to compile.
### Description: hero_videos_app WASM crate unbuildable — Two issues: - The WASM app's Cargo.toml declares a [lib] and main.rs imports hero_videos_app::app::App, but lib.rs never existed in git (blocked by .gitignore rule for codegen files). Without it, dx build fails immediately. - The editor calls Navbar { show_settings: ... } but Navbar accepted no props. WASM app fails to compile.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_videos#7
No description provided.