Skip to content

fix(next-plugin): resolve WASM in Bun isolated installs - #649

Merged
owjs3901 merged 1 commit into
mainfrom
owjs3901/fix-wasm-lite-release
Aug 30, 2026
Merged

fix(next-plugin): resolve WASM in Bun isolated installs#649
owjs3901 merged 1 commit into
mainfrom
owjs3901/fix-wasm-lite-release

Conversation

@owjs3901

@owjs3901 owjs3901 commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • resolve runtime dependencies from the physical @devup-ui/next-plugin install location so Bun isolated installs can find non-hoisted WASM
  • retain the lite-to-full fallback for older WASM packages
  • add a Bun-style isolated node_modules regression fixture
  • make the changepack discoverable so changepacks releases 1.0.85

Verification

  • 132 next-plugin tests pass
  • next-plugin build passes
  • targeted ESLint passes
  • packed next-plugin loads WASM after an isolated Bun install
  • changepacks calculates @devup-ui/next-plugin 1.0.84 → 1.0.85

@github-actions

Copy link
Copy Markdown
Contributor

Changepacks

@devup-ui/next-plugin@1.0.84 → 1.0.85 - packages/next-plugin/package.json

Patch

  • Fall back to the full WASM engine when an installed @devup-ui/wasm package does not expose the lite entry point

@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@owjs3901
owjs3901 merged commit 1dae7eb into main Aug 30, 2026
6 of 7 checks passed
@owjs3901
owjs3901 deleted the owjs3901/fix-wasm-lite-release branch August 30, 2026 02:25
@owjs3901 owjs3901 changed the title fix: make WASM fallback changepack discoverable fix(next-plugin): resolve WASM in Bun isolated installs Aug 30, 2026
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.

1 participant