Fix standalone WASM compilation for 5 islands #34

Closed
mik-tf wants to merge 0 commits from development_fix_island_compilation into development
Owner

Summary

  • filesystem, contexts, ai, room: Remove duplicate use crate::island::XxxApp import that conflicts with the existing pub use island::* re-export
  • code: Add missing use dioxus::prelude::* and use island::CodeIslandApp imports for standalone feature

All 5 islands now compile with:

wasm-pack build --target web --features standalone --no-default-features

Closes #31

## Summary - **filesystem, contexts, ai, room**: Remove duplicate `use crate::island::XxxApp` import that conflicts with the existing `pub use island::*` re-export - **code**: Add missing `use dioxus::prelude::*` and `use island::CodeIslandApp` imports for standalone feature All 5 islands now compile with: ```bash wasm-pack build --target web --features standalone --no-default-features ``` Closes #31
fix: resolve standalone WASM compilation errors in 5 islands
Some checks failed
Build and Test / build (pull_request) Failing after 6s
039bce8bf6
- filesystem, contexts, ai, room: remove duplicate import of IslandApp
  that conflicts with the existing `pub use island::*` re-export
- code: add missing `use dioxus::prelude::*` and `use island::CodeIslandApp`
  imports for standalone feature

All 5 islands now compile with `wasm-pack build --target web --features
standalone --no-default-features`.

Closes #31
mik-tf changed title from WIP: Fix standalone WASM compilation for 5 islands to Fix standalone WASM compilation for 5 islands 2026-02-26 23:58:11 +00:00
Author
Owner

Consolidated 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.

Consolidated 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.
mik-tf closed this pull request 2026-03-02 15:22:19 +00:00
Some checks failed
Build and Test / build (pull_request) Failing after 6s

Pull request closed

Sign in to join this conversation.
No reviewers
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_archipelagos!34
No description provided.