Skip to content

Comments

fix: resolve ambiguous glob imports in iop-sdk-wasm#3

Closed
MarkusMaiwald wants to merge 1 commit intodevelopfrom
claude/fix-sdk-wasm-imports-kzx4X
Closed

fix: resolve ambiguous glob imports in iop-sdk-wasm#3
MarkusMaiwald wants to merge 1 commit intodevelopfrom
claude/fix-sdk-wasm-imports-kzx4X

Conversation

@MarkusMaiwald
Copy link
Member

Both iop_keyvault_wasm and json_digest_wasm export identical err_to_js and MapJsError symbols. Add explicit imports from iop_keyvault_wasm to disambiguate, and remove the redundant private glob import that was shadowed by the public re-export.

https://claude.ai/code/session_01C8ojQF3DbY8XfpbEsQM9rG

Both iop_keyvault_wasm and json_digest_wasm export identical
err_to_js and MapJsError symbols. Add explicit imports from
iop_keyvault_wasm to disambiguate, and remove the redundant
private glob import that was shadowed by the public re-export.
@MarkusMaiwald MarkusMaiwald force-pushed the claude/fix-sdk-wasm-imports-kzx4X branch from 135e452 to de9a29b Compare February 12, 2026 18:11
@MarkusMaiwald MarkusMaiwald marked this pull request as draft February 12, 2026 20:06
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