rust: wasm32-unknown-unknown target
This commit is contained in:
parent
d15a13c429
commit
a8ec0e6b10
@ -20,7 +20,10 @@ let
|
|||||||
"cargo"
|
"cargo"
|
||||||
];
|
];
|
||||||
# thumbv7m-none-eabi target for stm32
|
# thumbv7m-none-eabi target for stm32
|
||||||
targets = [ "thumbv7m-none-eabi" ];
|
targets = [
|
||||||
|
"thumbv7m-none-eabi"
|
||||||
|
"wasm32-unknown-unknown"
|
||||||
|
];
|
||||||
}))
|
}))
|
||||||
cargo-expand
|
cargo-expand
|
||||||
cargo-edit # cargo upgrade and stuff
|
cargo-edit # cargo upgrade and stuff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user