Skip to content

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

Merged
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
kpreisser:fix-c-api-endianness-notes
Nov 21, 2022
Merged

alexcrichton merged 1 commit into
bytecodealliance:mainfrom
kpreisser:fix-c-api-endianness-notes

Conversation

@kpreisser

@kpreisser kpreisser commented Nov 19, 2022

Copy link
Copy Markdown
Contributor

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
Copy Markdown

Subscribe to Label Action

cc @peterhuene

Details 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.

@alexcrichton alexcrichton left a comment

Copy link
Copy Markdown
Member

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