Skip to content

Tracking upstream Rust feature stability and RFCs that affect wasm #63

Closed
@fitzgen

Description

@fitzgen
Member

Awaiting Stability / Implementation

RFCs

Unstable and Need RFC

Completely Unimplemented and Need RFC

  • Cargo templates

Bugs

  • LTO ignored for all crate types if any crate type doesn't support it This means that LTO is disabled if you enable rlibs and cdylibs for both native testing/benching and building for wasm.

Please add links to other RFCs and feature stabilization issues that are relevant and help us keep them up to date!

Activity

mgattozzi

mgattozzi commented on Feb 16, 2018

@mgattozzi
Contributor

Do we want to open an issue for upstream non rust ones like llvm or the webassembly group itself?

fitzgen

fitzgen commented on Feb 21, 2018

@fitzgen
MemberAuthor

Do we want to open an issue for upstream non rust ones like llvm or the webassembly group itself?

For sure!

fitzgen

fitzgen commented on Feb 27, 2018

@fitzgen
MemberAuthor

Does anyone know the latest cargo template (pre) RFC? Would like to add it here.

mgattozzi

mgattozzi commented on Feb 28, 2018

@mgattozzi
Contributor

Maybe someone on the cargo team would know. Maybe @matklad or @alexcrichton? The only template pre-rfc I found is the old one on internals.

matklad

matklad commented on Feb 28, 2018

@matklad

@mgattozzi there's no any active RFC about templates currently, the discussion died out :(

mgattozzi

mgattozzi commented on Feb 28, 2018

@mgattozzi
Contributor

@matklad that's unfortunate. cargo does everything I need, but this is the one feature I still want.

fitzgen

fitzgen commented on Feb 28, 2018

@fitzgen
MemberAuthor

I added a new "completely unimplemented and need rfc" section for the templates ;)

alexcrichton

alexcrichton commented on Feb 20, 2019

@alexcrichton
Contributor

I think that this has sat around long enough that we've solved enough and otherwise this isn't tracking too too much any more so I'm going to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @alexcrichton@fitzgen@matklad@mgattozzi

        Issue actions

          Tracking upstream Rust feature stability and RFCs that affect wasm · Issue #63 · rustwasm/team