svartalf / rust-battery

Rust crate providing cross-platform information about the notebook batteries.
https://crates.io/crates/battery
Apache License 2.0
354 stars 40 forks source link

Can't build by wasm-pack #95

Open XLearner opened 1 year ago

XLearner commented 1 year ago

I try building some wasm packages by wasm-pack to use on the web page. However, when I invoke "wasm-pack build" on the terminal, it throws the error: "no Device in platform", "no Iterator in platform". like the following image.

image