Skip to content

Upstream fixes#1

Merged
gz merged 2 commits intomainfrom
upstream-fixes
May 29, 2025
Merged

Upstream fixes#1
gz merged 2 commits intomainfrom
upstream-fixes

Conversation

@blp
Copy link
Copy Markdown
Member

@blp blp commented May 29, 2025

No description provided.

blp added 2 commits May 29, 2025 10:01
Rust 1.87 reports several warnings of this form:

> The package `feldera-size-of v0.1.5` currently triggers the following future incompatibility lints:
> > warning: the calling convention "aapcs" is not supported on this target

This fixes the problem.  I followed the ABI availability descriptions at
https://doc.rust-lang.org/reference/items/external-blocks.html#r-items.extern.abi.platform
to the best of my ability.

Signed-off-by: Ben Pfaff <blp@cs.stanford.edu>
There is no "wasm" target architecture, only "wasm32" and "wasm64".

Signed-off-by: Ben Pfaff <blp@cs.stanford.edu>
@blp blp requested a review from gz May 29, 2025 17:13
@blp blp self-assigned this May 29, 2025
@blp blp added the bug Something isn't working label May 29, 2025
@gz gz merged commit 7d8a42e into main May 29, 2025
0 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants