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

WASI: Switch to crt1-command.o to enable support for new-style commands #82924

Merged
merged 1 commit into from
Mar 10, 2021

Commits on Mar 9, 2021

  1. WASI: Switch to crt1-command.o to enable support for new-style commands

    This switches Rust's WASI target to use crt1-command.o instead of
    crt1.o, which enables support for new-style commands. By default,
    new-style commands work the same way as old-style commands, so nothing
    immediately changes here, but this will be needed by later changes to
    enable support for typed arguments.
    
    See here for more information on new-style commands:
     - WebAssembly/wasi-libc#203
     - https://reviews.llvm.org/D81689
    sunfishcode committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fdb899b View commit details
    Browse the repository at this point in the history