rust: wasm32-unknown-unknown target

This commit is contained in:
Simon Gardling 2025-10-26 21:09:00 -04:00
parent d15a13c429
commit a8ec0e6b10
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -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