this repo has no description

toolchain files

+12
+3
.cargo/config.toml
··· 1 + 2 + [target.wasm32-unknown-unknown] 3 + rustflags = ['--cfg', 'getrandom_backend="wasm_js"']
+9
rust-toolchain.toml
··· 1 + [toolchain] 2 + channel = "nightly" 3 + profile = "default" 4 + targets = [ 5 + "wasm32-unknown-unknown", 6 + "thumbv7em-none-eabihf", 7 + "thumbv8m.main-none-eabihf", 8 + "riscv32imac-unknown-none-elf" 9 + ]