Fix standalone WASM compilation for 5 islands #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_island_compilation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
use crate::island::XxxAppimport that conflicts with the existingpub use island::*re-exportuse dioxus::prelude::*anduse island::CodeIslandAppimports for standalone featureAll 5 islands now compile with:
Closes #31
WIP: Fix standalone WASM compilation for 5 islandsto Fix standalone WASM compilation for 5 islandsConsolidated into PR #35 (development_consolidated) which merges all 7 open PRs plus the books island WASM fix. Closing this PR — changes are included in the consolidated branch.
Pull request closed