fitzgen / dodrio

A fast, bump-allocated virtual DOM library for Rust and WebAssembly.
https://docs.rs/dodrio
Mozilla Public License 2.0
1.24k stars 49 forks source link

can't find crate for `core` #199

Open yihan0512 opened 3 years ago

yihan0512 commented 3 years ago

Hello, I try to build the project, but got this error:

error[E0463]: can't find crate forcore | = note: thewasm32-unknown-unknown` target may not be installed

error: aborting due to previous error

For more information about this error, try rustc --explain E0463. error: could not compile cfg-if.

To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: build failed `