tangled
alpha
login
or
join now
nonbinary.computer
/
magic
3
fork
atom
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
toolchain files
nonbinary.computer
1 week ago
47064472
55c738bf
+12
2 changed files
expand all
collapse all
unified
split
.cargo
config.toml
rust-toolchain.toml
+3
.cargo/config.toml
reviewed
···
1
1
+
2
2
+
[target.wasm32-unknown-unknown]
3
3
+
rustflags = ['--cfg', 'getrandom_backend="wasm_js"']
+9
rust-toolchain.toml
reviewed
···
1
1
+
[toolchain]
2
2
+
channel = "nightly"
3
3
+
profile = "default"
4
4
+
targets = [
5
5
+
"wasm32-unknown-unknown",
6
6
+
"thumbv7em-none-eabihf",
7
7
+
"thumbv8m.main-none-eabihf",
8
8
+
"riscv32imac-unknown-none-elf"
9
9
+
]