Skip to content

Package WebAssembly assets for Mendix widget bundles - #5

Merged
GG-O-BP merged 1 commit into
mainfrom
feat/wasm-assets-issue-4
Aug 31, 2026
Merged

Package WebAssembly assets for Mendix widget bundles#5
GG-O-BP merged 1 commit into
mainfrom
feat/wasm-assets-issue-4

Conversation

@GG-O-BP

@GG-O-BP GG-O-BP commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • package static relative WebAssembly references found in project and dependency modules
  • emit deterministic content-addressed binaries under each widget's assets/ directory
  • rewrite AMD and ES runtime URLs to their Mendix widgets/ and dist/ routes
  • preserve query strings/fragments, de-duplicate references, and report missing assets with module/path context
  • document generated-config behavior in English, Korean, and Japanese

Closes #4

Validation

  • ./scripts/verify.sh inner glendix
  • ./scripts/verify.sh shared glendix
  • fixture MPK archive validation and source/packaged binary checksum equality
  • fixture MPK browser execution through the Lustre harness: calculation result and click transition passed
  • managed Mendix 11.12.0 runtime: build, calculation result, and click transition passed
  • ./scripts/verify.sh final attempted twice; both retries reached the standalone mxpak consumer and were blocked only by the external Hex API rate limit

@GG-O-BP
GG-O-BP merged commit ae91918 into main Aug 31, 2026
1 check passed
@GG-O-BP
GG-O-BP deleted the feat/wasm-assets-issue-4 branch August 31, 2026 12:13
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.

Support WebAssembly assets in generated widget bundles

1 participant