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

lib.system.inspect: add wasm32 to isILP32 #268857

Merged
1 commit merged into from Jan 18, 2024
Merged

lib.system.inspect: add wasm32 to isILP32 #268857

1 commit merged into from Jan 18, 2024

Commits on Nov 21, 2023

  1. lib.system.inspect: add wasm32 to isILP32

    According to the WebAssembly design doc, wasm32 is an ILP32 ABI like
    x32, mips64n32, and aarch64_ilp32 (Apple Watch).  This commits adds
    it to the predicate.
    
      https://github.com/WebAssembly/design/blob/1319968ca53fb5c7e7ea6cc210c7b0ed46566a45/CAndC%2B%2B.md?plain=1#L16
    Adam Joseph committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8168a7f View commit details
    Browse the repository at this point in the history