Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.

Feature request: Add a rust toolchain file #42

Description

@flipchan

Hey Guys.

Could anyone add a rust-toolchain file to the examples/ dir?

It would make it easier to compile.

Example of a rust-toolchain file:

$ cat examples/rust-toolchain
[toolchain]                                   
channel = "nightly-2023-08-21"                
targets = ["wasm32-unknown-unknown"]          
profile = "default"                           
host = "x86_64-unknown-linux-gnu"             

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions