Skip to content

Claude/check docker wasm files jx2 ph#503

Closed
palchrb wants to merge 2 commits intotale:mainfrom
palchrb:claude/check-docker-wasm-files-jx2Ph
Closed

Claude/check docker wasm files jx2 ph#503
palchrb wants to merge 2 commits intotale:mainfrom
palchrb:claude/check-docker-wasm-files-jx2Ph

Conversation

@palchrb
Copy link

@palchrb palchrb commented Mar 20, 2026

No description provided.

claude added 2 commits March 20, 2026 10:18
The WASM files (hp_ssh.wasm, wasm_exec.js) were being copied to /run/app/
which contains React Router source files that get compiled. Static assets
need to be in /run/public/ so Vite copies them to build/client/ during the
build, making them available at runtime via the Hono static file server.

https://claude.ai/code/session_01E9a9GGxEPjEyMTRcbTrVmC
The wasm_exec.js and hp_ssh.wasm files were referenced with absolute
root paths (e.g. /wasm_exec.js) instead of using the __PREFIX__ global,
causing them to fail when Headplane is served under a subpath like /admin.

https://claude.ai/code/session_01E9a9GGxEPjEyMTRcbTrVmC
@palchrb palchrb requested a review from tale as a code owner March 20, 2026 11:15
@palchrb palchrb closed this Mar 20, 2026
@palchrb
Copy link
Author

palchrb commented Mar 20, 2026

woops, meant to make this on my own fork! Apologies

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.

2 participants