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

wasm2c: Add big endian support. #21693

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 26, 2024

  1. wasm2c: Add big endian support.

    I took a slightly unconventional approach to detecting endianness here. We have
    no compiler/platform-specific preprocessor checks in the stage1 C code today,
    and I think that's a property worth maintaining.
    alexrp committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5cb45b6 View commit details
    Browse the repository at this point in the history
  2. wasm2c: Add an optional endianness command line argument.

    If not given, endianness is inferred from the target that wasm2c is built for.
    alexrp committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c2e6be9 View commit details
    Browse the repository at this point in the history