Skip to content
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

wasm: Add a preliminary TargetABI implementation #4758

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

kinke
Copy link
Member

@kinke kinke commented Sep 22, 2024

To resolve #4757 and make our wasm ABI a bit more compatible with clang/emscripten's. This includes switching to 128-bit real.

To resolve ldc-developers#4757 and make our wasm ABI a bit more compatible with
clang/emscripten's. This includes switching to 128-bit `real`.
@kinke kinke marked this pull request as ready for review September 23, 2024 10:10
@kinke kinke merged commit 4220a1b into ldc-developers:master Sep 24, 2024
20 checks passed
@kinke kinke deleted the fix4757 branch September 24, 2024 13:00
@kassane
Copy link
Contributor

kassane commented Sep 24, 2024

Thanks @kinke

Result:
image

@kinke
Copy link
Member Author

kinke commented Sep 24, 2024

Oh nice, thx for testing!

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.

Wasm32: Optimize small struct returns as integer values for better ABI efficiency
2 participants