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

Move the endianness notes introduced with #4035 to wasmtime_val_raw #5303

Merged

Conversation

kpreisser
Copy link
Contributor

@kpreisser kpreisser commented Nov 19, 2022

Hi, it seems #4035 mistakenly added the notes about the little-endian storage in the C API to wasmtime_valunion, whereas it's actually the ValRaw Rust type (represented by wasmtime_val_raw) that is affected by the change.

Thanks!

…asmtime_val_raw`.

It seems they were mistakenly added to the `wasmtime_valunion` union whereas it is actually the `ValRaw` Rust type (represented by `wasmtime_val_raw`) that is affected by the change.
@github-actions
Copy link

Subscribe to Label Action

cc @peterhuene

This issue or pull request has been labeled: "wasmtime:c-api"

Thus the following users have been cc'd because of the following labels:

  • peterhuene: wasmtime:c-api

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

Copy link
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks for this!

@alexcrichton alexcrichton merged commit fe2bfdb into bytecodealliance:main Nov 21, 2022
@kpreisser kpreisser deleted the fix-c-api-endianness-notes branch November 21, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime:c-api Issues pertaining to the C API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants