Skip to content

Commit

Permalink
More attempts at installing the rust target
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jan 5, 2024
1 parent 480c884 commit 8859d40
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
targets = [ "wasm32-unknown-unknown" ]
components = [ "rustc", "cargo", "rust-std" ]
4 changes: 4 additions & 0 deletions rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
targets = [ "wasm32-unknown-unknown" ]
components = [ "rustc", "cargo", "rust-std" ]
4 changes: 4 additions & 0 deletions rust/wasm/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
targets = [ "wasm32-unknown-unknown" ]
components = [ "rustc", "cargo", "rust-std" ]

0 comments on commit 8859d40

Please sign in to comment.