Skip to content

Fix XEUS_CPP_RESOURCE_DIR in Emscripten build instructions #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

mcbarton
Copy link
Collaborator

Description

Please include a summary of changes, motivation and context for this PR.

Fixes # (issue)

Type of change

This PR makes it so the SIMD Acceleration through WebAssembly Intrinsics example works if you follow the Emscripten build instructions

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Requires documentation updates

Testing

Please describe the test(s) that you added and ran to verify your changes.

Checklist

  • I have read the contribution guide recently

Copy link

codecov bot commented Jul 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.57%. Comparing base (e3c6373) to head (e9d1192).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #687   +/-   ##
=======================================
  Coverage   79.57%   79.57%           
=======================================
  Files           9        9           
  Lines        3921     3921           
=======================================
  Hits         3120     3120           
  Misses        801      801           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mcbarton mcbarton requested a review from anutosh491 July 25, 2025 14:11
@mcbarton mcbarton force-pushed the fix-wasm-simd-documentation-xeus-cpp branch from 8bb40d8 to e9d1192 Compare July 25, 2025 15:09
@mcbarton
Copy link
Collaborator Author

@anutosh491 can you review this for me? Should be simple to review. Unlike the ci, in the documentation we never define LLVM_VERSION, so xeus-cpp never gets the correct resource directory it needs to do the simd example. This PR just makes this simple change.

@mcbarton mcbarton merged commit bf10f8a into compiler-research:main Jul 31, 2025
41 checks passed
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.

[Documentation Improvement]: SIMD Acceleration through WebAssembly Intrinsics doesn't work if you follow instructions in readme
2 participants